Skip to content

Commit

Permalink
qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache
Browse files Browse the repository at this point in the history
The I/O workload in this test is xfstests (qa/run_xfstests_qemu.sh)
which isn't subjected to any timeout other than global max_job_time
limit in any other subsuite (e.g. qemu/workloads/qemu_xfstests.yaml).
But here, there is a parallel "op" workload defined as a workunit.
The workunit task has a default timeout of 3 hours which is effectively
imposed on the entire job.  In the "rbd cache = false" configuration,
it's sometimes exceeded.

Fixes: https://tracker.ceph.com/issues/48038
Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov committed Jul 17, 2022
1 parent dcc92e0 commit 0a6a707
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ op_workload:
- rbd/qemu_dynamic_features.sh
env:
IMAGE_NAME: client.0.1-clone
timeout: 0

0 comments on commit 0a6a707

Please sign in to comment.