-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes flaky persistant storage lock test
The persistant storage test was deemed flaky because of occasional `XAmzContentSHA256Mismatch` errors. This was beause of a faulty multiprocessing sharing of an s3 library. So we reconstruct the `Library` object in each process. Also upgrades the aws-sdk-cpp (a red herring lead to upgrading the sdk but didn't fix the issue). Still it's a good change so keeping it.
- Loading branch information
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
Submodule vcpkg
updated
1686 files
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