0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
This commit is contained in:
Aaron 2010-02-09 17:23:49 -08:00
parent 09a5a250ea
commit 2e5494cf78

View File

@ -21,6 +21,9 @@ waitParallel = function() {
assert.soon( function() { return doneParallel(); }, "parallel did not finish in time", 300000, 1000 );
}
// waiting on SERVER-620
if ( 0 ) {
print( "host" );
print( db.getMongo().host );
size = 500000;
@ -93,3 +96,5 @@ assert( !db.getLastError() );
t.dropIndex( {i:1} );
printjson( db.getLastError() );
assert( !db.getLastError() );
}