summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback2.js
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2015-10-28 05:40:21 -0400
committermatt dannenberg <matt.dannenberg@10gen.com>2015-10-30 11:03:41 -0400
commit847c0f67ad0f8f0469c7e4afb0936741ec0baafe (patch)
tree2d77122cefefd4ee6868bb2e09b28d1589063d7f /jstests/replsets/rollback2.js
parent0be09f42c8abbbb1e01859740b86713fc8b90580 (diff)
downloadmongo-847c0f67ad0f8f0469c7e4afb0936741ec0baafe.tar.gz
SERVER-21129 wait for batch apply flush in a separate thread
Diffstat (limited to 'jstests/replsets/rollback2.js')
-rw-r--r--jstests/replsets/rollback2.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/rollback2.js b/jstests/replsets/rollback2.js
index 8897455515c..00a8c9d8256 100644
--- a/jstests/replsets/rollback2.js
+++ b/jstests/replsets/rollback2.js
@@ -111,6 +111,7 @@ load("jstests/replsets/rslib.js");
awaitOpTime(b.getMongo(), getLatestOp(a_conn).ts);
// await steady state and ensure the two nodes have the same contents
+ replTest.awaitSecondaryNodes();
replTest.awaitReplication();
checkFinalResults(a);
checkFinalResults(b);