We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee49ac commit 7c4cd36Copy full SHA for 7c4cd36
jstests/repl/master1.js
@@ -1,5 +1,7 @@
1
// Test handling of clock skew and optimes across mongod instances
2
3
+if ( typeof( BinData ) != "undefined" ) { // don't run in v8
4
+
5
var baseName = "jstests_repl_master1test";
6
7
oplog = function() {
@@ -46,4 +48,6 @@ assert.eq( op.ts.i, lastop().ts.i );
46
48
am().save( {} );
47
49
sleep( 3000 ); // make sure dies on its own before stop() called
50
-assert.eq( 47 /*EXIT_CLOCK_SKEW*/, rt.stop( true ) );
51
+assert.eq( 47 /*EXIT_CLOCK_SKEW*/, rt.stop( true ) );
52
53
+}
0 commit comments