summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js')
-rw-r--r--jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js b/jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js
index e16efc6d2c1..abfd232adc8 100644
--- a/jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js
+++ b/jstests/concurrency/fsm_workloads/multi_statement_transaction_simple.js
@@ -30,7 +30,7 @@ var $config = (function() {
}
function init(db, collName) {
- this.session = db.getMongo().startSession({causalConsistency: false});
+ this.session = db.getMongo().startSession({causalConsistency: true});
}
function checkMoneyBalance(db, collName) {