summaryrefslogtreecommitdiff
path: root/jstests/sharding/sync3.js
blob: 3737419be0414367c51e31e33a3217730d724549 (plain)
1
2
3
4
5
6
7
8
9
10

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();