From 0b9e5534c923c3604e18621833f7243ecf305c70 Mon Sep 17 00:00:00 2001 From: Ding Ho Date: Thu, 26 Sep 2024 19:29:23 +0000 Subject: [PATCH] Update daos_rebuild_*.c per Dalton's comments, also retest daos_test for stability. Test-tag: daos_test Skip-func-hw-test-medium-md-on-ssd: false Skip-func-hw-test-medium: false Skip-func-hw-test-large-md-on-ssd: false Skip-func-hw-test-large: false Allow-unstable-test: true Doc-only: false Required-githooks: true Signed-off-by: Ding Ho --- src/tests/suite/daos_rebuild_common.c | 3 --- src/tests/suite/daos_rebuild_ec.c | 3 --- src/tests/suite/daos_rebuild_simple.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/src/tests/suite/daos_rebuild_common.c b/src/tests/suite/daos_rebuild_common.c index 1fb49eddebc..10976c7e834 100644 --- a/src/tests/suite/daos_rebuild_common.c +++ b/src/tests/suite/daos_rebuild_common.c @@ -1205,9 +1205,6 @@ rebuild_sub_setup_common(void **state, daos_size_t pool_size, int node_nr, uint3 rc = test_setup(state, SETUP_POOL_CONNECT, true, pool_size, node_nr, NULL); if (rc) { - /* Let's skip for this case, since it is possible there - * is not enough ranks here. - */ print_message("It can not create the pool, probably due" " to not enough ranks %d\n", rc); return rc; diff --git a/src/tests/suite/daos_rebuild_ec.c b/src/tests/suite/daos_rebuild_ec.c index 31faa9eb307..d80c77945ad 100644 --- a/src/tests/suite/daos_rebuild_ec.c +++ b/src/tests/suite/daos_rebuild_ec.c @@ -265,9 +265,6 @@ rebuild_ec_setup(void **state, int number, uint32_t rf) rc = test_setup(state, SETUP_POOL_CONNECT, true, REBUILD_POOL_SIZE, number, NULL); if (rc) { - /* Let's skip for this case, since it is possible there - * is not enough ranks here. - */ print_message("It can not create the pool with %d ranks" " probably due to not enough ranks %d\n", number, rc); diff --git a/src/tests/suite/daos_rebuild_simple.c b/src/tests/suite/daos_rebuild_simple.c index 83e71e0dc43..f7aab0a3ecf 100644 --- a/src/tests/suite/daos_rebuild_simple.c +++ b/src/tests/suite/daos_rebuild_simple.c @@ -927,9 +927,6 @@ rebuild_small_pool_n4_setup(void **state) rc = test_setup(state, SETUP_CONT_CONNECT, true, REBUILD_SMALL_POOL_SIZE, 4, NULL); if (rc) { - /* Let's skip for this case, since it is possible there - * is not enough ranks here. - */ print_message("It can not create the pool with 4 ranks" " probably due to not enough ranks %d\n", rc); return rc;