Files
mongo/jstests/sharding/sync3.js
Eliot Horowitz 5d563d97fe new file
2010-07-12 17:50:26 -04:00

11 lines
223 B
JavaScript

test = new SyncCCTest( "sync3" , { logpath : "/dev/null" } )
x = test._connections[0].getDB( "admin" ).runCommand( { "_testDistLockWithSyncCluster" : 1 , host : test.url } )
printjson( x )
assert( x.ok );
test.stop();