summaryrefslogtreecommitdiff
path: root/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-10-31 21:54:33 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-11-07 13:35:21 -0500
commit56248d50536a25d63526662683b221df8137ab36 (patch)
treeb27ad0452c7fdf9acb76ed45c6bf7770b6f2da42 /jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
parent2a23784057167cbd74321155fc169cd08f562405 (diff)
downloadmongo-56248d50536a25d63526662683b221df8137ab36.tar.gz
SERVER-37882 Switch the distributed transaction commit protocol to the RPC protocol
Diffstat (limited to 'jstests/core/txns/ensure_active_txn_for_prepare_transaction.js')
-rw-r--r--jstests/core/txns/ensure_active_txn_for_prepare_transaction.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js b/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
index 395af5c7dc6..f3281332b7a 100644
--- a/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
+++ b/jstests/core/txns/ensure_active_txn_for_prepare_transaction.js
@@ -24,7 +24,6 @@
"the session");
assert.commandFailedWithCode(sessionDB.adminCommand({
prepareTransaction: 1,
- coordinatorId: "dummy",
txnNumber: NumberLong(0),
stmtId: NumberInt(1),
autocommit: false
@@ -39,7 +38,6 @@
assert.commandFailedWithCode(sessionDB.adminCommand({
prepareTransaction: 1,
- coordinatorId: "dummy",
txnNumber: NumberLong(0),
stmtId: NumberInt(1),
autocommit: false
@@ -54,7 +52,6 @@
assert.commandFailedWithCode(sessionDB.adminCommand({
prepareTransaction: 1,
- coordinatorId: "dummy",
txnNumber: NumberLong(1),
stmtId: NumberInt(1),
autocommit: false