mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-606 try dropping index at end
This commit is contained in:
parent
5d00480dcb
commit
09a5a250ea
@ -89,3 +89,7 @@ assert.eq( 1, t.count( {i:-2} ) );
|
||||
assert.eq( 1, t.count( {i:-50} ) );
|
||||
assert.eq( 1, t.count( {i:size+2} ) );
|
||||
assert.eq( 0, t.count( {i:40} ) );
|
||||
assert( !db.getLastError() );
|
||||
t.dropIndex( {i:1} );
|
||||
printjson( db.getLastError() );
|
||||
assert( !db.getLastError() );
|
||||
|
Loading…
Reference in New Issue
Block a user