When running multiple pipelines some of my tests fail. When I run them two minutes apart they pass. It seems to me that bitbucket is using the same database container in my tests.
What I need to know is does pipelines use same database container when running multiple pipleines simultaneously.
Community moderators have prevented the ability to post new answers.
Hi Ali,
Each pipeline runs in its own self-contained environment. So no database containers are shared across pipelines. Perhaps there is a flakey test in your test suite? What kind of error messages are you seeing?
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.