-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Repo connection leak when running integration tests #48
Labels
tests
Issues relates only to tests
Comments
SQL to monitor sessions:
I ran a few tests concurrently:
And after a few minutes saw a build up of sessions in Oracle:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we run integration tests we are leaking OrchestrationRepo client connections and eventually tests fail because we exceed the Oracle
processes
parameter.It's not a problem at the moment because most integration tests have not been converted to the new repo.
However this is a pre-req to issue #42
The text was updated successfully, but these errors were encountered: