summaryrefslogtreecommitdiff
path: root/jstests/replsets
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-06-26 22:06:00 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-27 02:19:02 +0000
commitbfa69dbb3978645143e301d8966d020b58de0f4d (patch)
treef4e71fb3700d8226272258f277f37faa6bfa17d6 /jstests/replsets
parent07ba071d6483606335527d50f053ed0159bc14c6 (diff)
downloadmongo-bfa69dbb3978645143e301d8966d020b58de0f4d.tar.gz
SERVER-49139 Skip snapshot tests with inMemory
Diffstat (limited to 'jstests/replsets')
-rw-r--r--jstests/replsets/non_transaction_snapshot_reads.js1
-rw-r--r--jstests/replsets/read_concern_snapshot_uses_committed.js6
-rw-r--r--jstests/replsets/snapshot_reads_before_initial_sync_finishes.js6
3 files changed, 11 insertions, 2 deletions
diff --git a/jstests/replsets/non_transaction_snapshot_reads.js b/jstests/replsets/non_transaction_snapshot_reads.js
index ce561d3daec..402b34601b5 100644
--- a/jstests/replsets/non_transaction_snapshot_reads.js
+++ b/jstests/replsets/non_transaction_snapshot_reads.js
@@ -4,6 +4,7 @@
* @tags: [
* requires_fcv_46,
* requires_majority_read_concern,
+ * requires_persistence,
* ]
*/
(function() {
diff --git a/jstests/replsets/read_concern_snapshot_uses_committed.js b/jstests/replsets/read_concern_snapshot_uses_committed.js
index 928ef1bbf40..47590c497f7 100644
--- a/jstests/replsets/read_concern_snapshot_uses_committed.js
+++ b/jstests/replsets/read_concern_snapshot_uses_committed.js
@@ -5,7 +5,11 @@
* the majority commit point to move past the atClusterTime (or afterClusterTime) before they can
* read.
*
- * @tags: [requires_majority_read_concern, requires_fcv_46]
+ * @tags: [
+ * requires_fcv_46,
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {
"use strict";
diff --git a/jstests/replsets/snapshot_reads_before_initial_sync_finishes.js b/jstests/replsets/snapshot_reads_before_initial_sync_finishes.js
index 63c8c5f9142..77114ab0945 100644
--- a/jstests/replsets/snapshot_reads_before_initial_sync_finishes.js
+++ b/jstests/replsets/snapshot_reads_before_initial_sync_finishes.js
@@ -2,7 +2,11 @@
* Tests that reading at an atClusterTime earlier than the timestamp when initial sync finishes
* would result in SnapshotTooOld error regardless of the snapshot history window.
*
- * @tags: [requires_majority_read_concern, requires_fcv_46]
+ * @tags: [
+ * requires_fcv_46,
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {
"use strict";