summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-02-06 19:14:58 +0000
committerevergreen <evergreen@mongodb.com>2020-02-06 19:14:58 +0000
commitb0827ec75609c03f835d81417d7776e3015289a0 (patch)
tree1f669f6aa0baa0a6d19e866fa50a8668c53f5dc4
parent17d9a4f0a2b5ccec16edd50d0137bd0e83134661 (diff)
downloadmongo-b0827ec75609c03f835d81417d7776e3015289a0.tar.gz
SERVER-43474 Complete TODO listed in SERVER-33983
-rw-r--r--buildscripts/resmokeconfig/suites/cwrwc_rc_majority_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/cwrwc_rc_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/cwrwc_rc_majority_passthrough.yml
index 76357e74200..89fd0dd797e 100644
--- a/buildscripts/resmokeconfig/suites/cwrwc_rc_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cwrwc_rc_majority_passthrough.yml
@@ -8,7 +8,6 @@ selector:
- jstests/core/**/*.js
exclude_files:
# Transactions only a readConcern argument on the first command.
- # TODO: Allow transaction tests to run with readConcern=majority (SERVER-33983)
- jstests/core/txns/**/*.js
# These tests are not expected to pass with replica-sets:
- jstests/core/dbadmin.js
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index e341aef35f4..fddd0302810 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -5,7 +5,6 @@ selector:
- jstests/core/**/*.js
exclude_files:
# Transactions only a readConcern argument on the first command.
- # TODO: Allow transaction tests to run with readConcern=majority (SERVER-33983)
- jstests/core/txns/**/*.js
# These tests are not expected to pass with replica-sets:
- jstests/core/dbadmin.js