Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-11529

explaina.js failing on linux-64

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • ALL

      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
      

            Assignee:
            hari.khalsa@10gen.com hari.khalsa@10gen.com
            Reporter:
            mikeo@mongodb.com Michael O'Brien
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: