Skip to content
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 24 commits into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from 20 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 Aug 1, 2022
73e7c72
DAOS-10830 test: Update tag
shimizukko Aug 1, 2022
6593523
DAOS-10830 test: Reduce local variables and fix typo
shimizukko Aug 1, 2022
aba86f1
DAOS-10830 test: Fixed pylint
shimizukko Aug 1, 2022
aa840b0
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 2, 2022
ef16a35
DAOS-10830 test: Obtain vos file name from the pool mount point
shimizukko Aug 3, 2022
66fd376
DAOS-10830 test: Fix pylint
shimizukko Aug 3, 2022
3af5423
DAOS-10830 test: Update comment
shimizukko Aug 3, 2022
5a9e279
DAOS-10830 test: Update comment
shimizukko Aug 3, 2022
bddbfbb
DAOS-10830 test: Add get_vos_file_path()
shimizukko Aug 3, 2022
3480090
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 19, 2022
3236c8c
DAOS-10830 test: Pass in server hostname to DdbCommand
shimizukko Aug 19, 2022
45e51ce
DAOS-10830 test: Fix pylint
shimizukko Aug 19, 2022
0402978
DAOS-10830 test: Fix pylint
shimizukko Aug 19, 2022
92bcb04
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 22, 2022
ccae3e6
DAOS-10830 test: Add capability to move saved and loaded files across…
shimizukko Aug 23, 2022
f21fc0b
DAOS-10830 test: Set False to start_servers_once
shimizukko Aug 24, 2022
5d8abad
DAOS-10830 test: Move insert_objects and copy_remote_to_local to gene…
shimizukko Aug 25, 2022
e85cd3c
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 25, 2022
3274605
DAOS-10830 test: Update comment
shimizukko Aug 25, 2022
4a3bfdd
DAOS-10830 test: Use correct variable for expected object count
shimizukko Aug 25, 2022
1a56020
DAOS-10830 test: Fix variable usage
shimizukko Aug 26, 2022
d992da9
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 26, 2022
fcc2e64
Merge branch 'feature-cat_recovery' into makito/DAOS-10830
shimizukko Aug 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/ftest/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def scons():
'daos_perf', 'daos_racer', 'daos_vol',
'daos_test', 'data', 'fault_domain', 'io', 'ior',
'mdtest', 'network', 'nvme', 'mpiio',
'object', 'osa', 'pool', 'rebuild', 'security',
'object', 'osa', 'pool', 'rebuild', 'recovery', 'security',
'server', 'soak', 'erasurecode',
'datamover', 'scripts', 'dbench', 'harness',
'telemetry', 'deployment', 'performance', 'scrubber']
Expand Down
Loading