]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/osd/TestMClockScheduler: create_item should pass prio < cutoff
authorSamuel Just <sjust@redhat.com>
Thu, 13 Feb 2025 03:54:28 +0000 (03:54 +0000)
committerSamuel Just <sjust@redhat.com>
Tue, 18 Mar 2025 17:43:58 +0000 (17:43 +0000)
commitcda7cb11c14cd54252d4599b2a1aaab0107891c1
tree7474e8c5615df264e560d0378914587316da90e3
parent8965d23ccb3a1ea23bf7ade2b45f727a4a82a4d4
test/osd/TestMClockScheduler: create_item should pass prio < cutoff

Cutoff is set to 12, so let's pass something < 12 rather than 12.
Comments in some tests suggest that the intent is for create_item
to create things in the mclock queue rather than the high_queue.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 5562ecbcdb1b0ae43145cb7ea9c7a3c76e6449f4)
src/test/osd/TestMClockScheduler.cc