]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/standalone/osd: Modify osd tests for mclock scheduler
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 16 Jun 2021 11:26:54 +0000 (16:56 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Fri, 30 Jul 2021 12:46:00 +0000 (18:16 +0530)
commit2c577040cbcb5cedc22ab1dd0ac9d4504b424e56
tree5f1b6a8f225413968ab73b3a67cfe8d969817937
parent5a85a6a035bad2f86f1390aec02985bf65dca364
qa/standalone/osd: Modify osd tests for mclock scheduler

Modified test cases:
1. osd-recovery-prio.sh:
   Set osd_op_queue = wpq for all tests since mclock
   doesn't consider recovery priority as part of its
   scheduling algorithm.

2. osd-recovery-stats.sh:
   a. TEST_recovery_undersized():
     - Set osd_mclock_profile to high_recovery_ops profile.
     - Increase wait for recovery timeout to 300 secs.

3. osd-rep-recov-eio.sh:
   a. TEST_rep_backfill_unfound():
     - Set osd_mclock_profile to high_recovery_ops profile.
     - Increase wait for backfill_unfound to 360 secs.

4. repeer-on-acting-back.sh:
   a. TEST_repeer_on_down_act():
     - Set osd_mclock_profile to high_recovery_ops profile.
       (To improve the test duration)

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
qa/standalone/osd/osd-recovery-prio.sh
qa/standalone/osd/osd-recovery-stats.sh
qa/standalone/osd/osd-rep-recov-eio.sh
qa/standalone/osd/repeer-on-acting-back.sh