Skip to content

Commit

Permalink
DAOS-15002 test: use default pool svc for rebuild tests
Browse files Browse the repository at this point in the history
Use the system default of svc_rf * 2 + 1 for rebuild tests instead of
hardcoding to inappropriate values.

Test-tag: RbldCascadingFailures RbldDeleteObjects RbldReadArrayTest RbldContRfTest RbldWidelyStriped RbldWithIOR
Test-repeat: 2
Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning committed Jan 22, 2024
1 parent 7d05adb commit 93d1f56
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions src/tests/ftest/rebuild/cascading_failures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ server_config:
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
control_method: dmg
pool_query_timeout: 30
properties: rd_fac:2
container:
Expand Down
2 changes: 0 additions & 2 deletions src/tests/ftest/rebuild/container_rf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ server_config:
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 3
control_method: dmg
pool_query_timeout: 30
container:
control_method: daos
Expand Down
2 changes: 0 additions & 2 deletions src/tests/ftest/rebuild/delete_objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ server_config:
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
debug: true
control_method: dmg
pool_query_timeout: 30
properties: rd_fac:2
container:
Expand Down
2 changes: 0 additions & 2 deletions src/tests/ftest/rebuild/read_array.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ server_config:
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
control_method: dmg
pool_query_timeout: 30
properties: rd_fac:2
container:
Expand Down
2 changes: 0 additions & 2 deletions src/tests/ftest/rebuild/widely_striped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ testparams:
pool:
scm_size: 10G
nvme_size: 60G
svcn: 5
control_method: dmg
rebuild_timeout: 240
pool_query_timeout: 60
container:
Expand Down
3 changes: 1 addition & 2 deletions src/tests/ftest/rebuild/with_ior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ server_config:

pool:
scm_size: 6G
svcn: 3
control_method: dmg
properties: rd_fac:1
pool_query_timeout: 30

container:
Expand Down

0 comments on commit 93d1f56

Please sign in to comment.