Skip to content

Commit

Permalink
DAOS-13078 test: backout forced failure for a clean run
Browse files Browse the repository at this point in the history
Test-tag: test_ior_per_rank
Test-repeat: 2
Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Nov 29, 2023
1 parent b46f51b commit 182ae35
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tests/ftest/deployment/ior_per_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ def execute_ior_per_rank(self, rank):
actual_write_x = abs(percent_change(self.expected_bw, dfs_max_write))
actual_read_x = abs(percent_change(self.expected_bw, dfs_max_read))

# inject failure to verify code below. To be removed after verification
if int(rank) == 1:
actual_write_x = 0.6789

if int(rank) == 3:
raise DaosTestError('oops. test')

# verify write performance
if actual_write_x > self.write_x:
if host not in self.failed_nodes:
Expand Down

0 comments on commit 182ae35

Please sign in to comment.