summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2020-09-30 12:37:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-30 16:55:49 +0000
commit6aedd21d52a46f0d37f6bdaf880d2d0de5eb2821 (patch)
treee4ceacbccec657a9c961bbef16d49a76aadf7cb1
parent3b8dfefeb9809a826354460b653b9d964730a18a (diff)
downloadmongo-6aedd21d52a46f0d37f6bdaf880d2d0de5eb2821.tar.gz
SERVER-51086 Add requires_replication to DataConsistencyChecker tests.
-rw-r--r--jstests/noPassthrough/diff_different_collections_test.js2
-rw-r--r--jstests/noPassthrough/diff_using_sessions_test.js2
2 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthrough/diff_different_collections_test.js b/jstests/noPassthrough/diff_different_collections_test.js
index 49a8f335011..a3fc1dbeb67 100644
--- a/jstests/noPassthrough/diff_different_collections_test.js
+++ b/jstests/noPassthrough/diff_different_collections_test.js
@@ -1,6 +1,8 @@
/**
* Tests the DataConsistencyChecker.getDiff() function can be used to compare the contents between
* different collections.
+ *
+ * @tags: [requires_replication]
*/
(function() {
"use strict";
diff --git a/jstests/noPassthrough/diff_using_sessions_test.js b/jstests/noPassthrough/diff_using_sessions_test.js
index c52bb2928b7..5d6ada516f4 100644
--- a/jstests/noPassthrough/diff_using_sessions_test.js
+++ b/jstests/noPassthrough/diff_using_sessions_test.js
@@ -1,6 +1,8 @@
/**
* Tests the ReplSetTest#getCollectionDiffUsingSessions() method for comparing the contents between
* a primary and secondary server.
+ *
+ * @tags: [requires_replication]
*/
(function() {
"use strict";