-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: (77 commits) Unwrap DataSource test. Discourage users from turning on metrics until they do something useful. Add idle fill test. Reduce the number of filler threads ... 8 threads is too many on a hyper threaded 4-core CPU. Start implementing [optional] metrics for HikariCP. Additional connection tests. Add provided dependency on coda hale metrics. Merged #48 fix connectionTest validation Change defaults. Default minIdle the same as maxPoolSize. Split out stateless utility functions to reduce the weight of the HikariPool class (increases readability). Rename idleConnectionBag to connectionBag. Change connectionTimeout minimum to 250ms. Fix timing edge case in test. Check validation error Improve warnings for invalid configuration Use the DriverManager to create connections. Update changes.log. Update changes.log. Remove deprecated calls from tests, fix test conditions for new background fill behavior. ...
- Loading branch information
Showing
40 changed files
with
2,216 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.