summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/storage_timestamp_tests.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2020-05-06 14:57:25 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-06 19:22:51 +0000
commitf6f3355081a2e96240bfd6e650549d1ec32dbc5d (patch)
tree4c97f42f74ef68ba5fd352e33e9ac644ea13547a /src/mongo/dbtests/storage_timestamp_tests.cpp
parenta8883d1cce072af52f7ee6a162c6569c3c55a7d1 (diff)
downloadmongo-f6f3355081a2e96240bfd6e650549d1ec32dbc5d.tar.gz
SERVER-47635 remove index build from config.system.indexBuilds after completion (commit/abort)
Diffstat (limited to 'src/mongo/dbtests/storage_timestamp_tests.cpp')
-rw-r--r--src/mongo/dbtests/storage_timestamp_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/dbtests/storage_timestamp_tests.cpp b/src/mongo/dbtests/storage_timestamp_tests.cpp
index 9917fd3b48f..ed8218a541b 100644
--- a/src/mongo/dbtests/storage_timestamp_tests.cpp
+++ b/src/mongo/dbtests/storage_timestamp_tests.cpp
@@ -2275,7 +2275,7 @@ public:
// After the index build has finished, we should not see the doc in the indexBuilds
// collection.
- ASSERT_EQUALS(1, itCount(collection));
+ ASSERT_EQUALS(0, itCount(collection));
}
}
};
@@ -2526,7 +2526,7 @@ public:
// After the index build has finished, we should not see the doc in the indexBuilds
// collection.
- ASSERT_EQUALS(1, itCount(collection));
+ ASSERT_EQUALS(0, itCount(collection));
}
}
};