0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

drop some large collections when tests are done

This commit is contained in:
Eliot Horowitz 2011-01-20 02:00:22 -05:00
parent 1e7985147a
commit 58b6977750
2 changed files with 4 additions and 0 deletions

View File

@ -39,3 +39,5 @@ r = function( k , v ){
}
assert.eq( { 1 : 10 * s.length } , t.mapReduce( m , r , "mr_bigobject_out" ).convertToSingleObject() , "A1" )
t.drop()

View File

@ -18,3 +18,5 @@ for ( x=0; x<200; x++ ){
}
assert( gotError , "should have gotten error" );
t.drop();