-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra tests and fixes to QueryProvider, DriverBase and (as)sync q…
…uery handling (#777) * Updated conda reqs files for new packages (#758) * Updated conda reqs files for new packages * Updating version to 2.11 * Fix for missing label in RDAP data * Fix for missing 'label' item in RDAP data * Modifying method _check_environment to be a class method * Fix deprecation of datetime.utcnow method * Expand test coverage for base driver * Remove implementation from abstract method connect * Expand test coverage for data provider * Remove method exec_query from QueryProviderProtocol as it cannot be instanciated * Set method _get_query_options as abstract from QueryProviderProtocol as it cannot be instanciated + remove implementation * Update _exec_queries_threaded to be a static method, to align with _exec_synchronous_queries * Handle corner cases when query_tasks are all failing * Fixing logic flaw in _exec_queries_threaded retry logic * Fix logic issue in _calc_split_ranges * Extend coverage for query_provider_connections_mixin * Adding abstract method _get_query_options to QueryProviderConnectionsMixin * Use typing types to be compatible with python 3.8 * Move implementation of exec_query to QueryProviderConnectionsMixin
- Loading branch information
1 parent
07a2f0d
commit c1df176
Showing
6 changed files
with
530 additions
and
101 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
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.