-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Add 2 cases to our concurrency tests: - Key with 5 versions, concurrent delete of 3 latest versions (no veID) -> 3 delete markers - Start with 1 version, 10 Puts + 10 Reads (latest) concurrent nothing fails -> 11 version IDs 2. Refactor the file test_versioning_concurrency for reuse: move tmp_fs_path and nsfs as global variables, add the helper function _upload_versions from existing code to avoid code duplication. Signed-off-by: shirady <[email protected]>
- Loading branch information
Showing
1 changed file
with
97 additions
and
21 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