SKIP_IF(notRoot());
// Create manager with thread-pool size of 3, min_echos 2, reply_timeout 250 ms.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
ASSERT_NO_THROW_LOG(createMgr(3, 2, 250));
ASSERT_TRUE(mgr_);
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 2 echos, 250 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 2, 250, true);
// Calling nextToSend() should return false.
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 2 echos, 500 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 2, 500, true);
// Should not have an expiration time, timer should not be running.
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 2 echos, 500 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 2, 500, true);
// Start a ping for an address so we have a context.
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 2 echos, 500 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 2, 500, true);
// Install a post reply received callback to stop the test if we're done.
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 2 echos, 500 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 2, 500, true);
// Install a post reply received callback to stop the test if we're done.
SKIP_IF(notRoot());
// Create a paused manager. 3 threads, 1 echos, 250 ms timeout.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
createMgr(3, 1, 250, true);
// Start four ping checks, then stage them so:
// Create manager with thread-pool size of 3, min_echos 1,
// reply_timeout 1000 milliseconds. Larger time out for this test
// avoids sporadic expirations which leads to unaccounted for UNPARKs.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
ASSERT_NO_THROW_LOG(createMgr(3, 1, 1000));
ASSERT_TRUE(mgr_);
// Create manager with thread-pool size of 3, min_echos 1,
// reply_timeout 1000 milliseconds. Larger time out for this test
// avoids sporadic expirations which leads to unaccounted for UNPARKs.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
ASSERT_NO_THROW_LOG(createMgr(3, 1, 1000));
ASSERT_TRUE(mgr_);
// Create manager with thread-pool size of 3, min_echos 1,
// reply_timeout 250 milliseconds.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
ASSERT_NO_THROW_LOG(createMgr(3, 1, 250));
ASSERT_TRUE(mgr_);
// Create manager with thread-pool size of 3, min_echos 1,
// reply_timeout 250 milliseconds.
- // ST mode should ingore requested thread number.
+ // ST mode should ignore requested thread number.
ASSERT_NO_THROW_LOG(createMgr(3, 1, 250));
ASSERT_TRUE(mgr_);