summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2018-03-08 10:36:17 -0500
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2018-03-16 17:43:33 -0400
commitb16dbe9e7351322a6ba514f9aedc737e66c05460 (patch)
tree9290c32906192b66164e20d00dd260f3ba9e1a81 /buildscripts
parent044c0d7d67e3b47e50282b7d9c4509313a6c8db0 (diff)
downloadmongo-b16dbe9e7351322a6ba514f9aedc737e66c05460.tar.gz
SERVER-32174: Remove old snapshot query option
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml2
4 files changed, 0 insertions, 11 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index bd11c6383c9..2b19aa1ff61 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -112,10 +112,6 @@ selector:
- jstests/core/or4.js
- jstests/core/recursion.js
- jstests/core/temp_cleanup.js
- # Tests that use $snapshot and expect documents to arrive in some implicit sort order are not
- # causally consistent.
- - jstests/core/snapshot_queries.js
- - jstests/core/find1.js
# An index drop does not necessarily cause cursors to be killed on the secondary.
- jstests/core/ord.js
# plan_cache tests does not work because they check the plan_cache on the primary while the
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index 17e9f15f0d5..29d0387caa8 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -127,10 +127,6 @@ selector:
- jstests/core/or4.js
- jstests/core/recursion.js
- jstests/core/temp_cleanup.js
- # Tests that use $snapshot and expect documents to arrive in some implicit sort order are not
- # causally consistent.
- - jstests/core/snapshot_queries.js
- - jstests/core/find1.js
# An index drop does not necessarily cause cursors to be killed on the secondary.
- jstests/core/ord.js
# plan_cache tests does not work because they check the plan_cache on the primary while the
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
index 3e23d979685..eb9debf750c 100644
--- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml
@@ -50,7 +50,6 @@ selector:
# Expect results to return in a certain order, secondaries may apply ops out of order.
- jstests/core/coveredIndex1.js
- - jstests/core/find1.js
- jstests/core/sortc.js
# Assert on the ismaster field of an isMaster response. If a primary steps down after accepting
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 42d31f308c8..92f3a07be32 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -148,7 +148,6 @@ selector:
- jstests/core/coveredIndex1.js
- jstests/core/distinct1.js
- jstests/core/elemMatchProjection.js
- - jstests/core/find1.js
- jstests/core/find4.js
- jstests/core/find5.js
- jstests/core/fts1.js
@@ -162,7 +161,6 @@ selector:
- jstests/core/nan.js
- jstests/core/null2.js
- jstests/core/not2.js
- - jstests/core/snapshot_queries.js
- jstests/core/sorta.js
- jstests/core/sortc.js
- jstests/core/sort3.js