summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_transaction_table.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2017-10-23 14:43:00 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2017-10-23 14:53:06 -0400
commit410a36fcf78edde649e01c909cf402c4c6e21e00 (patch)
tree2a9dc1ef1743d85987d1a75fc9deea78242a897a /jstests/replsets/rollback_transaction_table.js
parent9af189775db7b17b265d18a04ca0dc314792a4c5 (diff)
downloadmongo-410a36fcf78edde649e01c909cf402c4c6e21e00.tar.gz
SERVER-31166 Ensure all rollback tests check dbhash and oplog consistency
Diffstat (limited to 'jstests/replsets/rollback_transaction_table.js')
-rw-r--r--jstests/replsets/rollback_transaction_table.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/rollback_transaction_table.js b/jstests/replsets/rollback_transaction_table.js
index 9e0ca77a6d4..df1083f64a5 100644
--- a/jstests/replsets/rollback_transaction_table.js
+++ b/jstests/replsets/rollback_transaction_table.js
@@ -215,6 +215,7 @@
// Confirm the nodes are consistent.
replTest.checkReplicatedDataHashes(testName);
+ replTest.checkOplogs();
replTest.stopSet();
}());