mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Breaking line
This commit is contained in:
@@ -182,7 +182,8 @@ TEST(EnvPosixTest, TwoPools) {
|
|||||||
}
|
}
|
||||||
// Wait a short while for the jobs to be dispatched.
|
// Wait a short while for the jobs to be dispatched.
|
||||||
Env::Default()->SleepForMicroseconds(kDelayMicros);
|
Env::Default()->SleepForMicroseconds(kDelayMicros);
|
||||||
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize), env_->GetThreadPoolQueueLen());
|
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize),
|
||||||
|
env_->GetThreadPoolQueueLen());
|
||||||
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize),
|
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize),
|
||||||
env_->GetThreadPoolQueueLen(Env::Priority::LOW));
|
env_->GetThreadPoolQueueLen(Env::Priority::LOW));
|
||||||
ASSERT_EQ((unsigned int)(kJobs - kHighPoolSize),
|
ASSERT_EQ((unsigned int)(kJobs - kHighPoolSize),
|
||||||
|
|||||||
Reference in New Issue
Block a user