Skip to content

Commit

Permalink
rollback test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Aug 3, 2010
1 parent 7620a8d commit 4cb2fac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jstests/replsets/rollback.js
Expand Up @@ -121,8 +121,7 @@ doTest = function (signal) {
assert(A.isMaster().ismaster || A.isMaster().secondary, "A up");
assert(B.isMaster().ismaster || B.isMaster().secondary, "B up");

printjson(t.find().toArray());
printjson(u.find().toArray());
friendlyEqual(t.find().sort({ _id: 1 }).toArray(), u.find().sort({ _id: 1 }).toArray(), "server data sets do not match");

pause("SUCCESS");
replTest.stopSet(signal);
Expand Down

0 comments on commit 4cb2fac

Please sign in to comment.