diff options
author | Jennifer Peshansky <jennifer.peshansky@mongodb.com> | 2022-03-10 19:58:43 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-03-10 20:46:28 +0000 |
commit | 11d01816f743d6764c4f12c42697f5edf813ce27 (patch) | |
tree | 0e22860addeff160b720646a4d04e7430ddf497b /buildscripts | |
parent | a0724afb1d6e5e5f1c4c9921ec156496e58be59a (diff) | |
download | mongo-11d01816f743d6764c4f12c42697f5edf813ce27.tar.gz |
SERVER-63773 Add getPostBatchResumeToken override to router_stage_merge
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/change_streams_per_shard_cursor_passthrough.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/buildscripts/resmokeconfig/suites/change_streams_per_shard_cursor_passthrough.yml b/buildscripts/resmokeconfig/suites/change_streams_per_shard_cursor_passthrough.yml index 11e1e110db3..db39ec22c09 100644 --- a/buildscripts/resmokeconfig/suites/change_streams_per_shard_cursor_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/change_streams_per_shard_cursor_passthrough.yml @@ -3,14 +3,6 @@ test_kind: js_test selector: roots: - jstests/change_streams/**/*.js - exclude_files: - # TODO SERVER-63771 unblock all these tests. - - jstests/change_streams/metadata_notifications.js - - jstests/change_streams/oplog_rewrite/change_stream_null_existence_eq_rewrite_test.js - - jstests/change_streams/report_post_batch_resume_token.js - - jstests/change_streams/resume_from_high_water_mark_token.js - - jstests/change_streams/start_after_invalidation_exception.js - - jstests/change_streams/whole_db_metadata_notifications.js exclude_with_any_tags: ## # The next tags correspond to the special errors thrown by the |