Skip to content

Commit 78d58d2

Browse files
committed
DAOS-19103 test: call FI macro in interactive rebuild test
Add FAULT_INJECTION_REQUIRED() in a test that requires it (int_rebuild_many_objects_with_failure) to prevent it hanging when being run with a release type build (e.g., 2.8.0-rc1). faults-enabled: false Test-tag: test_daos_rebuild_interactive Skip-unit-tests: true Skip-fault-injection-test: true Skip-test-rpms: true Signed-off-by: Kenneth Cain <kenneth.cain@hpe.com>
1 parent 54a7558 commit 78d58d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/suite/daos_rebuild_interactive.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ int_rebuild_many_objects_with_failure(void **state)
224224
int rc;
225225
int i;
226226

227+
FAULT_INJECTION_REQUIRED();
228+
227229
if (!test_runable(arg, 6))
228230
return;
229231

0 commit comments

Comments
 (0)