red-hat-storage / cephci

CEPH-CI is a framework for testing Red Hat Ceph Storage product builds
MIT License
23 stars 69 forks source link

Reduce retries checking for ceph health to be ok in mds scrub test sc… #4046

Closed sumabai closed 2 months ago

sumabai commented 2 months ago

…ript In script tests/cephfs/clients/mds_scrub_after_failover.py we are waiting for healthy ceph using retry logic as below that can cause wait time as 15360secs in case ceph remains unhealthy, which is long wait. Modifying retry params to reduce wait time to <300secs. As changes are minor, have not executed script with changes.

Description

Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs

click to expand checklist - [ ] Create a test case in Polarion reviewed and approved. - [ ] Create a design/automation approach doc. Optional for tests with similar tests already automated. - [ ] Review the automation design - [ ] Implement the test script and perform test runs - [ ] Submit PR for code review and approve - [ ] Update Polarion Test with Automation script details and update automation fields - [ ] If automation is part of Close loop, update BZ flag qe-test_coverage “+” and link Polarion test
openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: neha-gangadhar, sumabai

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/red-hat-storage/cephci/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment