summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamyukta Lanka <samy.lanka@mongodb.com>2019-09-03 19:54:56 +0000
committerevergreen <evergreen@mongodb.com>2019-09-03 19:54:56 +0000
commitff685d2d6e370594261eccbef8e60b2f7cc61e28 (patch)
treec6596d4dbdd7cd0f8e9e70410f6563fc6f2f0ef1
parentc926176630da106f30b84f69cba036c2e4963758 (diff)
downloadmongo-ff685d2d6e370594261eccbef8e60b2f7cc61e28.tar.gz
SERVER-42544 Delete unneeded TODO in prepare_conflict_read_concern_behavior.js
-rw-r--r--jstests/replsets/prepare_conflict_read_concern_behavior.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/jstests/replsets/prepare_conflict_read_concern_behavior.js b/jstests/replsets/prepare_conflict_read_concern_behavior.js
index 22515e3eb73..86f33973006 100644
--- a/jstests/replsets/prepare_conflict_read_concern_behavior.js
+++ b/jstests/replsets/prepare_conflict_read_concern_behavior.js
@@ -150,15 +150,6 @@ function runTest() {
assert.commandFailedWithCode(read({level: 'linearizable'}, failureTimeout, testDB, collName),
ErrorCodes.MaxTimeMSExpired);
- // TODO SERVER-36953: uncomment this test
- // jsTestLog("Test afterClusterTime read before prepareTimestamp doesn't block on a " +
- // "prepared transaction.");
- // assert.commandWorked(read({level: 'local', afterClusterTime: clusterTimeBeforePrepare},
- // successTimeout,
- // testDB,
- // collName,
- // 2));
-
jsTestLog("Test afterClusterTime read after prepareTimestamp blocks on a prepared " +
"transaction.");
assert.commandFailedWithCode(read({level: 'local', afterClusterTime: clusterTimeAfterPrepare},