summaryrefslogtreecommitdiff
path: root/jstests/sharding/txn_two_phase_commit_killop.js
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2020-05-13 17:47:01 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-14 15:54:41 +0000
commit7ce851cb82032b78a5f87da60e600a3dec1e9ac7 (patch)
tree82fb8b6ee92ce71d15f9a3c1707cce9fa3a31535 /jstests/sharding/txn_two_phase_commit_killop.js
parent5dc21b311ba95877eae491f2f3422402bddd8ee0 (diff)
downloadmongo-7ce851cb82032b78a5f87da60e600a3dec1e9ac7.tar.gz
SERVER-43529 Remove TODO listed in SERVER-39754
Diffstat (limited to 'jstests/sharding/txn_two_phase_commit_killop.js')
-rw-r--r--jstests/sharding/txn_two_phase_commit_killop.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/jstests/sharding/txn_two_phase_commit_killop.js b/jstests/sharding/txn_two_phase_commit_killop.js
index 66a2a7895ba..fb1882f7ecd 100644
--- a/jstests/sharding/txn_two_phase_commit_killop.js
+++ b/jstests/sharding/txn_two_phase_commit_killop.js
@@ -170,18 +170,7 @@ const testCommitProtocol = function(shouldCommit, failpointData) {
const failpointDataArr = getCoordinatorFailpoints();
-// TODO(SERVER-39754): The abort path is unreliable, because depending on the stage at which the
-// transaction is aborted, the failpoints might be hit more than the specified number of times.
-//
-// // Test abort path.
-
-// failpointDataArr.forEach(function(failpointData) {
-// testCommitProtocol(false /* shouldCommit */, failpointData);
-// clearRawMongoProgramOutput();
-// });
-
// Test commit path.
-
failpointDataArr.forEach(function(failpointData) {
testCommitProtocol(true /* shouldCommit */, failpointData);
clearRawMongoProgramOutput();