Test : jstests/batch_write_command_insert.js ...
|
m30999| 2013-11-17T04:41:46.009-0500 [conn1] DROP: test.batch_write_insert
|
m30999| 2013-11-17T04:41:46.009-0500 [conn1] drop going to do passthrough
|
m30001| 2013-11-17T04:41:46.009-0500 [conn13] CMD: drop test.batch_write_insert
|
----
|
Starting insert tests...
|
----
|
{ "insert" : "batch_write_insert" }
|
{ "ok" : 0, "code" : 9, "errmsg" : "missing documents field" }
|
{ "insert" : "batch_write_insert", "documents" : [ { "a" : 1 } ] }
|
m30001| 2013-11-17T04:41:46.014-0500 [conn15] creating index with info @ 0:17c770
|
m30001| 2013-11-17T04:41:46.014-0500 [conn15] build index on: test.batch_write_insert properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "test.batch_write_insert" }
|
m30001| 2013-11-17T04:41:46.015-0500 [conn15] build index done. scanned 0 total records. 0 secs
|
{ "ok" : 1, "n" : 1 }
|
assert: [0] != [1] are not equal : undefined
|
Error: Printing Stack Trace
|
at printStackTrace (src/mongo/shell/utils.js:38:15)
|
at doassert (src/mongo/shell/assert.js:6:5)
|
at Function.assert.eq (src/mongo/shell/assert.js:32:5)
|
at jstests/batch_write_command_insert.js:43:8
|
at /data/buildslaves/OS_X_105_64bit_Nightly/mongo/jstests/slowNightly/sharding_passthrough.js:149:13
|
at Function.Date.timeFunc (src/mongo/shell/types.js:27:17)
|
at /data/buildslaves/OS_X_105_64bit_Nightly/mongo/jstests/slowNightly/sharding_passthrough.js:148:14
|
at Array.forEach (native)
|
at /data/buildslaves/OS_X_105_64bit_Nightly/mongo/jstests/slowNightly/sharding_passthrough.js:9:7
|
2013-11-17T04:41:46.018-0500 [0] != [1] are not equal : undefined at src/mongo/shell/assert.js:7
|
2013-11-17T04:41:46.018-0500 Error: error loading js file: jstests/batch_write_command_insert.js at /data/buildslaves/OS_X_105_64bit_Nightly/mongo/jstests/slowNightly/sharding_passthrough.js:149
|
failed to load: /data/buildslaves/OS_X_105_64bit_Nightly/mongo/jstests/slowNightly/sharding_passthrough.js
|