-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
OS X
Oldest error (October 11!):
http://mci.10gen.com/ui/task/mongodb_mongo_master_osx_108_cxx11_debug_535665987c26169e5bdb942371365b03f328e348_13_10_12_02_26_23_parallel_osx_108
Buildlogger log:
http://buildlogs.mongodb.org/mci_0.9_osx_108_cxx11_debug/builds/5249/test/parallel_0/basic.js
Log snippet:
2013-10-31T16:47:19.179-0400 [conn30] CMD: drop test.indexd 2013-10-31T16:47:19.180-0400 [conn30] creating index with info @ 3:16488ab8 2013-10-31T16:47:19.180-0400 [conn30] build index on: test.indexd properties: { "v" : 1, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "test.indexd" } 2013-10-31T16:47:19.180-0400 [conn30] build index done. scanned 0 total records. 0 secs 2013-10-31T16:47:19.180-0400 [conn30] creating index with info @ 3:16488b10 2013-10-31T16:47:19.180-0400 [conn30] build index on: test.indexd properties: { "v" : 1, "key" : { "a" : 1 }, "name" : "a_1", "ns" : "test.indexd" } 2013-10-31T16:47:19.180-0400 [conn30] build index done. scanned 1 total records. 0 secs 2013-10-31T16:47:19.181-0400 [conn30] CMD: drop test.indexd.$_id_ 2013-10-31T16:47:19.182-0400 [conn30] CMD: drop test.indexd S1 Test : jstests/indexd.js 18ms S1 Test : jstests/stages_sort.js ... S1 Test : jstests/stages_sort.js 0ms assert: [0] != [1] are not equal : one or more tests failed 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 Function.assert.parallelTests (src/mongo/shell/utils.js:332:16) at ParallelTester.run (src/mongo/shell/utils.js:181:16) at /data/mci/git@github.commongodb/mongo.git/master/jstests/parallel/basic.js:11:3 2013-10-31T16:47:19.200-0400 [0] != [1] are not equal : one or more tests failed at src/mongo/shell/assert.js:7 failed to load: /data/mci/git@github.commongodb/mongo.git/master/jstests/parallel/basic.js
Likely breaking commit is between http://github.com/mongodb/mongo/commit/535665987c26169e5bdb942371365b03f328e348 and http://github.com/mongodb/mongo/commit/08fde2e6a23a98d8ca1ef9593891f4de027d2474
- related to
-
SERVER-11270 explainb.js failed on OS X 10.8 C++11 DEBUG
- Closed