]> source.dussan.org Git - sonarqube.git/commit
Fix instability of integration tests on Oracle
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Oct 2017 20:46:34 +0000 (22:46 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Oct 2017 20:46:34 +0000 (22:46 +0200)
commitf31e2b78f415c4fffbed2233ce0bbc909a1be586
treed5508a95226ebe783d0e95b725bef3878acb94cd
parent15e000f0f6c409ced21eb085611a42e3bb4dc4dc
Fix instability of integration tests on Oracle

A SonarQube server is hardly stopped when JVM process shutdowns. JDBC
connections are kept open. These orphan connections are correctly
closed by all databases except Oracle.
tests/src/test/java/org/sonarqube/tests/branch/BranchTest.java