Skip to content

Commit

Permalink
DAOS-15604 test: Address intermittent scrubber aggregation test failu…
Browse files Browse the repository at this point in the history
…re. (#15696)

Pass the ior_timeout to avoid the test hanging under certain situations.

Signed-off-by: Padmanabhan <ravindran.padmanabhan@intel.com>
  • Loading branch information
rpadma2 authored Jan 22, 2025
1 parent 314ad1c commit d38cd11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/ftest/util/scrubber_test_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
(C) Copyright 2021-2024 Intel Corporation.
(C) Copyright 2025 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -110,7 +111,8 @@ def run_ior_and_check_scrubber_status(self, pool, cont):
process = threading.Thread(target=self.run_ior_with_pool,
kwargs={"create_pool": True,
"create_cont": False,
"fail_on_warning": True})
"fail_on_warning": True,
"timeout": self.ior_timeout})
# Launch the IOR thread
process.start()
# Wait for the thread to finish
Expand Down

0 comments on commit d38cd11

Please sign in to comment.