-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-10830 test: Add recovery/ddb.py to test ddb #9875
Merged
Merged
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e6d1423
DAOS-10830 test: Add cat_recovery/ddb.py to test ddb
shimizukko 73e7c72
DAOS-10830 test: Update tag
shimizukko 6593523
DAOS-10830 test: Reduce local variables and fix typo
shimizukko aba86f1
DAOS-10830 test: Fixed pylint
shimizukko aa840b0
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko ef16a35
DAOS-10830 test: Obtain vos file name from the pool mount point
shimizukko 66fd376
DAOS-10830 test: Fix pylint
shimizukko 3af5423
DAOS-10830 test: Update comment
shimizukko 5a9e279
DAOS-10830 test: Update comment
shimizukko bddbfbb
DAOS-10830 test: Add get_vos_file_path()
shimizukko 3480090
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko 3236c8c
DAOS-10830 test: Pass in server hostname to DdbCommand
shimizukko 45e51ce
DAOS-10830 test: Fix pylint
shimizukko 0402978
DAOS-10830 test: Fix pylint
shimizukko 92bcb04
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko ccae3e6
DAOS-10830 test: Add capability to move saved and loaded files across…
shimizukko f21fc0b
DAOS-10830 test: Set False to start_servers_once
shimizukko 5d8abad
DAOS-10830 test: Move insert_objects and copy_remote_to_local to gene…
shimizukko e85cd3c
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko 3274605
DAOS-10830 test: Update comment
shimizukko 4a3bfdd
DAOS-10830 test: Use correct variable for expected object count
shimizukko 1a56020
DAOS-10830 test: Fix variable usage
shimizukko d992da9
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko fcc2e64
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you feel about simplifying the new directory name to
recovery
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done