aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-02-16 08:55:49 +0000
committerGeir Storli <geirst@yahooinc.com>2022-02-16 08:55:49 +0000
commit133945f36bbee0be51153e60410b03d88b7a16f9 (patch)
tree1d3c4e8b297a63d7c60cc13a2b572d391b185412 /storage
parent80bf8df285a1ecf1f5f253eeb4e49f600fcbad9a (diff)
Support setting cpu category on storageframework threads.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/top_level_distributor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/top_level_distributor_test.cpp b/storage/src/tests/distributor/top_level_distributor_test.cpp
index a0477e352d1..e420d4d5f8e 100644
--- a/storage/src/tests/distributor/top_level_distributor_test.cpp
+++ b/storage/src/tests/distributor/top_level_distributor_test.cpp
@@ -253,7 +253,7 @@ TEST_F(TopLevelDistributorTest, tick_aggregates_status_requests_from_all_stripes
FakeClock clock;
ThreadPoolImpl pool(clock);
int ticksBeforeWait = 1;
- framework::Thread::UP tp(pool.startThread(thread, "statustest", 5ms, 5s, ticksBeforeWait));
+ framework::Thread::UP tp(pool.startThread(thread, "statustest", 5ms, 5s, ticksBeforeWait, {}));
while (true) {
std::this_thread::sleep_for(1ms);