-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an integration test for session management (#325)
* Use singletons for the read and write pipes * Recreate the JDBC layer if the connection was closed * Remove commented code * Remove semicolons (#314) * Handle exception when checking for closed connection (#314) * Refactored JDBC layer check (#314) * Added integration test for session handling (#314) * Close read connection after write (#314) * Try sleeping to ensure sessions are released (#314) * Increase sleep (#314) * Refactored JDBC layer close (#314) * Poll session count instead of sleeping (#314) * Refactor session polling (#314) * Only look for Spark connector sessions (#314) * Ignore test as it sometimes fails on GitHub (#314)
- Loading branch information
1 parent
a8b5708
commit 5fabd07
Showing
4 changed files
with
61 additions
and
1 deletion.
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
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