|
looks like it was introduced by "SERVER-10026 sort queries now go through new system".
https://mci.10gen.com/ui/task/mongodb_mongo_master_linux_64_debug_b9b626c584b02ae607beaf16a2c0d748ceec98e4_13_11_01_16_53_20_js_linux_64
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
|
|