summaryrefslogtreecommitdiff
path: root/src/mongo/watchdog
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-07-25 13:49:43 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2019-07-25 13:49:43 -0400
commiteea8602c1d28b1b45f7e48341cb57b52fd4a972f (patch)
tree123e866e477317527c555f8626d0c47ad83d9aea /src/mongo/watchdog
parentbbd8ad370bd4f32e58a9fdbed5e9ea7167f73704 (diff)
downloadmongo-eea8602c1d28b1b45f7e48341cb57b52fd4a972f.tar.gz
SERVER-42028 watchdog_test - remove forward progress check
Diffstat (limited to 'src/mongo/watchdog')
-rw-r--r--src/mongo/watchdog/watchdog_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/watchdog/watchdog_test.cpp b/src/mongo/watchdog/watchdog_test.cpp
index 390877b734a..ed62f7b9060 100644
--- a/src/mongo/watchdog/watchdog_test.cpp
+++ b/src/mongo/watchdog/watchdog_test.cpp
@@ -364,9 +364,6 @@ TEST_F(WatchdogMonitorThreadTest, SleepyHungCheck) {
deathEvent.wait();
- // Make sure we actually did some checks
- ASSERT_GTE(checkThread.getGeneration(), 2);
-
monitorThread.shutdown();
checkThread.shutdown();