mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
* Fix flaky SQL integration tests As a sanity check, the text fixture verifies that all test jdbc connections have been closed. However, the query to get the connection count is too general, and may count background admin tasks such as autovacuum and replication etc, that may appear at any time.