Skip to content

Instantly share code, notes, and snippets.

@wpiekutowski
Created May 16, 2011 11:07
Show Gist options
  • Save wpiekutowski/974243 to your computer and use it in GitHub Desktop.
Save wpiekutowski/974243 to your computer and use it in GitHub Desktop.
$ python buildscripts/smoke.py --mode=files jstests/drop2.js
['jstests/drop2.js']
cwd [/home/wojtek/hdd_home/projects/mgr/mongo_db/src]
num procs:217
removing: /data/db/sconsTests//mongod.lock
removing: /data/db/sconsTests//test.0
removing: /data/db/sconsTests//test.ns
removing: /data/db/sconsTests//test.1
running /home/wojtek/hdd_home/projects/mgr/mongo_db/src/mongod --port 32000 --dbpath /data/db/sconsTests/
Mon May 16 13:05:30 [initandlisten] MongoDB starting : pid=9575 port=32000 dbpath=/data/db/sconsTests/ 64-bit
Mon May 16 13:05:30 [initandlisten] db version v1.8.1, pdfile version 4.5
Mon May 16 13:05:30 [initandlisten] git version: a429cd4f535b2499cc4130b06ff7c26f41c00f04
Mon May 16 13:05:30 [initandlisten] build sys info: Linux morpork 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011 x86_64 BOOST_LIB_VERSION=1_42
Mon May 16 13:05:30 [initandlisten] waiting for connections on port 32000
Mon May 16 13:05:30 [websvr] web admin interface listening on port 33000
Mon May 16 13:05:31 [initandlisten] connection accepted from 127.0.0.1:34519 #1
*******************************************
Test : drop2.js ...
Mon May 16 13:05:31 [conn1] end connection 127.0.0.1:34519
MongoDB shell version: 1.8.1
connecting to: 127.0.0.1:32000/test
Mon May 16 13:05:31 [initandlisten] connection accepted from 127.0.0.1:34520 #2
Mon May 16 13:05:31 [conn2] CMD: drop test.jstests_drop2
Mon May 16 13:05:31 [FileAllocator] allocating new datafile /data/db/sconsTests/test.ns, filling with zeroes...
Mon May 16 13:05:31 [FileAllocator] done allocating datafile /data/db/sconsTests/test.ns, size: 16MB, took 0 secs
Mon May 16 13:05:31 [FileAllocator] allocating new datafile /data/db/sconsTests/test.0, filling with zeroes...
Mon May 16 13:05:31 [FileAllocator] done allocating datafile /data/db/sconsTests/test.0, size: 64MB, took 0 secs
Mon May 16 13:05:31 [FileAllocator] allocating new datafile /data/db/sconsTests/test.1, filling with zeroes...
Mon May 16 13:05:31 [conn2] building new index on { _id: 1 } for test.jstests_drop2
Mon May 16 13:05:31 [conn2] done for 0 records 0secs
shell: started program /home/wojtek/hdd_home/projects/mgr/mongo_db/src/mongo --eval db.jstests_drop2.count( { $where: function() { while( 1 ) { ; } } } ) 127.0.0.1:32000
Mon May 16 13:05:31 [FileAllocator] done allocating datafile /data/db/sconsTests/test.1, size: 128MB, took 0.001 secs
sh9588| MongoDB shell version: 1.8.1
sh9588| connecting to: 127.0.0.1:32000/test
Mon May 16 13:05:31 [initandlisten] connection accepted from 127.0.0.1:34521 #3
shell: started program /home/wojtek/hdd_home/projects/mgr/mongo_db/src/mongo --eval db.jstests_drop2.drop() 127.0.0.1:32000
sh9593| MongoDB shell version: 1.8.1
sh9593| connecting to: 127.0.0.1:32000/test
Mon May 16 13:05:32 [initandlisten] connection accepted from 127.0.0.1:34522 #4
Mon May 16 13:05:32 [conn2] going to kill op: op: 9.0
Mon May 16 13:05:32 [conn2] going to kill op: op: 6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment