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
When possible, use the system default of svc_rf * 2 + 1 for rebuild tests
instead of hardcoding to inappropriate values.

Otherwise, update some tests with svnc: 5 to account for killing a rank.

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 23, 2024
1 parent 7d05adb commit a0c39e2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 20 deletions.
6 changes: 2 additions & 4 deletions src/tests/ftest/rebuild/cascading_failures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ server_config:
scm_mount: /mnt/daos
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
control_method: dmg
pool_query_timeout: 30
size: 1G
pool_query_timeout: 60
properties: rd_fac:2
container:
akey_size: 5
Expand Down
6 changes: 2 additions & 4 deletions src/tests/ftest/rebuild/container_rf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ server_config:
scm_mount: /mnt/daos
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 3
control_method: dmg
pool_query_timeout: 30
size: 1G
pool_query_timeout: 60
container:
control_method: daos
cont_prop: !mux
Expand Down
4 changes: 1 addition & 3 deletions src/tests/ftest/rebuild/delete_objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ server_config:
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
debug: true
control_method: dmg
pool_query_timeout: 30
pool_query_timeout: 60
properties: rd_fac:2
container:
akey_size: 5
Expand Down
6 changes: 2 additions & 4 deletions src/tests/ftest/rebuild/read_array.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ server_config:
scm_mount: /mnt/daos
system_ram_reserved: 1
pool:
scm_size: 1073741824
svcn: 2
control_method: dmg
pool_query_timeout: 30
size: 1G
pool_query_timeout: 60
properties: rd_fac:2
container:
object_qty: 10
Expand Down
5 changes: 2 additions & 3 deletions src/tests/ftest/rebuild/widely_striped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ testparams:
pool:
scm_size: 10G
nvme_size: 60G
svcn: 5
control_method: dmg
rebuild_timeout: 240
pool_query_timeout: 60
properties: rd_fac:2
container:
type: POSIX
control_method: daos
oclass: RP_3G1
properties: "rd_fac:2"
properties: rd_fac:2
mdtest:
api: DFS
client_processes:
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 a0c39e2

Please sign in to comment.