// NOTE: this test is skipped when running smoke.py with --auth or --keyFile to force authentication // in all tests. var bitbucket = _isWindows() ? "NUL" : "/dev/null"; test = new SyncCCTest( "sync3" )//, { logpath : bitbucket } ) x = test._connections[0].getDB( "admin" ).runCommand( { "_testDistLockWithSyncCluster" : 1 , host : test.url } ) printjson( x ) assert( x.ok ); test.stop();