0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Benety Goh 2019-07-08 14:13:39 -04:00
parent ee0805b5cc
commit 8709b3cc79

View File

@ -83,7 +83,8 @@
lsid: session2.getSessionId(),
txnNumber: session2.getTxnNumber_forTesting(),
autocommit: false
}), ErrorCodes.NoSuchTransaction);
}),
ErrorCodes.NoSuchTransaction);
// Allow the test to complete by aborting the left over prepared transaction.
jsTestLog("Aborting the prepared transaction on session " + tojson(session1.getSessionId()));