mirror of https://github.com/facebook/rocksdb.git
Breaking line
This commit is contained in:
parent
b9c78d2db6
commit
f234dfd8fb
|
@ -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),
|
||||||
|
|
Loading…
Reference in New Issue