-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
ALL
looks like it was introduced by "SERVER-10026 sort queries now go through new system".
buildlogs here: http://buildlogs.mongodb.org/mci_0.9_linux_64_debug/builds/8297/test/js_0/explaina.js
failure is:
assert: [{ "cursor" : "BtreeCursor b_1", "isMultiKey" : false, "n" : 0, "nscannedObjects" : 99, "nscanned" : 99, "scanAndOrder" : true, "indexOnly" : false, "indexBounds" : { "b" : [ [ 2, 2 ] ] } }] != [{ "cursor" : "BtreeCursor b_1", "isMultiKey" : false, "n" : 0, "nscannedObjects" : 100, "nscanned" : 100, "scanAndOrder" : true, "indexOnly" : false, "indexBounds" : { "b" : [ [ 2, 2 ] ] } }] 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 /srv/10gen/mci-exec/mci/git@github.commongodb/mongo.git/master/jstests/explaina.js:46:8 2013-11-01T17:34:39.572+0000 [{ "cursor" : "BtreeCursor b_1", "isMultiKey" : false, "n" : 0, "nscannedObjects" : 99, "nscanned" : 99, "scanAndOrder" : true, "indexOnly" : false, "indexBounds" : { "b" : [ [ 2, 2 ] ] } }] != [{ "cursor" : "BtreeCursor b_1", "isMultiKey" : false, "n" : 0, "nscannedObjects" : 100, "nscanned" : 100, "scanAndOrder" : true, "indexOnly" : false, "indexBounds" : { "b" : [ [ 2, 2 ] ] } }] are not equal : undefined at src/mongo/shell/assert.js:7