Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quincy: qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache #47159

Merged
merged 1 commit into from Aug 1, 2022

Commits on Aug 1, 2022

  1. qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache

    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 <idryomov@gmail.com>
    (cherry picked from commit 0a6a707)
    idryomov committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    87c4b56 View commit details
    Browse the repository at this point in the history