summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/idempotency_test_fixture.cpp
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-09-13 02:16:38 +0000
committerevergreen <evergreen@mongodb.com>2019-09-13 02:16:38 +0000
commit70e3c4ddf8fa4fd53e2a9f427b3257891eca0e01 (patch)
tree0376c547e4e76b5227dcf33e8e1cd0b594a737b4 /src/mongo/db/repl/idempotency_test_fixture.cpp
parent9a18de96023e67ae3ee8888a4745ed923882e49f (diff)
downloadmongo-70e3c4ddf8fa4fd53e2a9f427b3257891eca0e01.tar.gz
SERVER-42357 Periodically release locks during collection validation and check for interrupts
Diffstat (limited to 'src/mongo/db/repl/idempotency_test_fixture.cpp')
-rw-r--r--src/mongo/db/repl/idempotency_test_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/idempotency_test_fixture.cpp b/src/mongo/db/repl/idempotency_test_fixture.cpp
index 6e609c9b6ae..6f67f840635 100644
--- a/src/mongo/db/repl/idempotency_test_fixture.cpp
+++ b/src/mongo/db/repl/idempotency_test_fixture.cpp
@@ -627,7 +627,7 @@ CollectionState IdempotencyTest::validate(const NamespaceString& nss) {
BSONObjBuilder bob;
ASSERT_OK(CollectionValidation::validate(
- _opCtx.get(), nss, kValidateFull, false, &validateResults, &bob));
+ _opCtx.get(), nss, /*fullValidate=*/true, false, &validateResults, &bob));
ASSERT_TRUE(validateResults.valid);
}