-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Add init and cleanup of long lived resources (#4642)
* rebase Signed-off-by: Rob Howley <[email protected]> * offline store init doesnt make sense Signed-off-by: Rob Howley <[email protected]> * dont init or close Signed-off-by: Rob Howley <[email protected]> * update test to handle event loop for dynamo case Signed-off-by: Rob Howley <[email protected]> * use run util complete Signed-off-by: Rob Howley <[email protected]> * fix: spelling sigh Signed-off-by: Rob Howley <[email protected]> * run integration test as async since that is default for read Signed-off-by: Rob Howley <[email protected]> * add pytest async to ci reqs Signed-off-by: Rob Howley <[email protected]> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <[email protected]> * be safe w cleanup in test fixture Signed-off-by: Rob Howley <[email protected]> * update pytest ini Signed-off-by: Rob Howley <[email protected]> * not in a finally Signed-off-by: Rob Howley <[email protected]> * remove close Signed-off-by: Rob Howley <[email protected]> * test client is a lifespan aware context manager Signed-off-by: Rob Howley <[email protected]> --------- Signed-off-by: Rob Howley <[email protected]>
- Loading branch information
Showing
13 changed files
with
583 additions
and
113 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
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
Oops, something went wrong.