Open rpau opened 6 years ago
@rpau Can you provide little reproducer for your flaky test with log await strategy? So we can dig deeper into this.
@rpau I had similar problem, and I solved by increasing the timeout as follows:
<property name="dockerContainers">
wildfly:
buildImage:
dockerfileLocation: src/test/resources
dockerfileName: Dockerfile
noCache: true
remove: false
exposedPorts: [8080/tcp, 9990/tcp]
killContainer: true
await:
strategy: log
match: WFLYSRV0051
stdOut: true
stdErr: true
iterations: 100
sleepPollingTime: 1 s
timeout: 30
portBindings: [8080->8080/tcp, 9990->9990/tcp]
</property>
Ciao, Luigi
Issue Overview
Flaky arquillian test with the log await strategy
Expected Behaviour
No failures. The test succeeds
Current Behaviour
Steps To Reproduce
It is a flaky test, so it is underterministic.
Additional Information
Our build.gradle file has these dependencies