-
- Downloads
Destroy open connections when resetting app DB; add `ReentrantReadWriteLock`...
Destroy open connections when resetting app DB; add `ReentrantReadWriteLock` around app DB `getConnection` (#21664) * Destroy open connections when resetting app DB * Use no-op dummy app DB * Ok, don't shut down the app DB because it breaks in-memory app DBs * Stop/start task scheduler * Test fix ? * Another test fix* Simplified impl * Revert task changes * Fix connection-pool destroying code * Use ReentrantReadWriteLock for simpler implementation * More doc
Please register or sign in to comment