]> 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:39:10 +0000 (17:39 +0000)
commitef851de888913de0ac6d7f13c7d01dc9fbbaa606
tree3be291b7075107eb4b8288f2f62301bdd195131b
parent8c92eb7dad1736889b9fc37f8969c9169f7fba79
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