From f6f3355081a2e96240bfd6e650549d1ec32dbc5d Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Wed, 6 May 2020 14:57:25 -0400 Subject: SERVER-47635 remove index build from config.system.indexBuilds after completion (commit/abort) --- src/mongo/dbtests/storage_timestamp_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mongo/dbtests/storage_timestamp_tests.cpp') 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)); } } }; -- cgit v1.2.1