summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBernard Gorman <bernard.gorman@gmail.com>2019-01-15 23:54:23 +0000
committerBernard Gorman <bernard.gorman@gmail.com>2019-02-02 20:44:19 +0000
commitfbb9daeb791d16c49b861d82c097cf9bd9daf07e (patch)
tree660bb996be48530e2e1eb5c1c9fc303912c1812c /buildscripts
parent603a1d610e9ebfa7b43d4e5df0df2a5477622303 (diff)
downloadmongo-fbb9daeb791d16c49b861d82c097cf9bd9daf07e.tar.gz
SERVER-38975 Include UUID in high water marks from shards where the collection does not exist
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/change_streams_mongos_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/change_streams_mongos_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_mongos_passthrough.yml
index 04233e3df60..91cab5a482b 100644
--- a/buildscripts/resmokeconfig/suites/change_streams_mongos_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/change_streams_mongos_passthrough.yml
@@ -7,8 +7,6 @@ selector:
# This test exercises an internal detail of mongos<->mongod communication and is not expected
# to work against a mongos.
- jstests/change_streams/report_latest_observed_oplog_timestamp.js
- # TODO SERVER-38975: unblacklist when high water mark tokens can resume on unsharded collections.
- - jstests/change_streams/resume_from_high_water_mark_token.js
exclude_with_any_tags:
##
# The next tags correspond to the special errors thrown by the
diff --git a/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
index 67401bed5f3..1ccbe9f6220 100644
--- a/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/change_streams_mongos_sessions_passthrough.yml
@@ -7,8 +7,6 @@ selector:
# This test exercises an internal detail of mongos<->mongod communication and is not expected to
# work against a mongos.
- jstests/change_streams/report_latest_observed_oplog_timestamp.js
- # TODO SERVER-38975: unblacklist when high water mark tokens can resume on unsharded collections.
- - jstests/change_streams/resume_from_high_water_mark_token.js
exclude_with_any_tags:
##
# The next tags correspond to the special errors thrown by the