Description
Describe the bug
For the newest version of the swarm which builds docker containers :
- activemq: 0.12.1
- browsermob: 0.12.1
- karaf: 0.12.1
Second run for next tests suite ends with timeouts
** AET version: '3.6' **
To Reproduce
Steps to reproduce the behaviour :
-
build docker containers using the newest version of available swarm
-
ensure all containers are up and running
-
Run first suite using below command :
bash aet.sh http://localhost:8181 Example/example.xml -d https://example.com -v -n INT -
Ensure that suite has beed executed without any issues (look at : screen1)
-
Run second (similar) suite using below command :
bash aet.sh http://localhost:8181 Example2/example2.xml -d https://example.com -v -n INT -
Executing process ends with timeout (screen1)
Test parameters:
AET endpoint: http://localhost:8181/suite
Suite: Example2/example2.xml
Overridden domain: https://example.com
Overridden suite name: INT
Pattern id: not set
Pattern suite: not set
Suite started with correlation id: thebestcompany-example-test-2-INT-1582021631226
Timeout was reached while receiving status message
- Ensure MongoDB has created databases (screen2)
- Notice that for second run the MongoDB created only a definition without content ( Size 4.5kb )
Expected behavior
Second run ends with success.
Screenshots
Screenshots and suites included in the report
example.zip
Additional context
The issue is reproducible for docker images 0.12.0 and 0.12.1. from swarm version: '3.6' (new_swarm.yml)
Works properly for swarm version: '3.6' that contains images 0.8.0 (old_swarm.yml)