We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
60 seconds is often not enough to build a container image from scratch in docker. This is the main reason of tests flacking.
We need to fix this in all integration tests for connectors too..
The text was updated successfully, but these errors were encountered:
Closes #25. Enlarge cluster start container timeout to minuts
76c6761
TC Bump + debugging improvements. (#28)
d878f27
* Add maven wrapper to project * Add newline to logback conf * Fix logback settings for tests * Closes #25. Enlarge cluster start container timeout to minuts * Closes #26. Bump testcontainers version
Closes #24, closes #25. Add option to bind container to fixed host ports
649852c
Fix problems with ports and directory bindings. (#29)
0bcbdeb
* Closes #24, closes #25. Add option to bind container to fixed host ports * Add tests for dynamic cartridge container with different options * Refactor cartridge container creation
vrogach2020
Successfully merging a pull request may close this issue.
60 seconds is often not enough to build a container image from scratch in docker.
This is the main reason of tests flacking.
We need to fix this in all integration tests for connectors too..
The text was updated successfully, but these errors were encountered: