[SERVER-11529] explaina.js failing on linux-64 Created: 01/Nov/13  Updated: 11/Jul/16  Resolved: 03/Nov/13

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 2.5.4

Type: Bug Priority: Major - P3
Reporter: Michael O'Brien Assignee: hari.khalsa@10gen.com
Resolution: Done Votes: 0
Labels: build-failure
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Operating System: ALL
Participants:

 Description   

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



 Comments   
Comment by auto [ 03/Nov/13 ]

Author:

{u'username': u'hkhalsa', u'name': u'Hari Khalsa', u'email': u'hkhalsa@10gen.com'}

Message: SERVER-11529 comment out invalid comparison of raw explain
Branch: master
https://github.com/mongodb/mongo/commit/beaeb05efd7f70cb7885555be36d47b8beb2d2be

Generated at Thu Feb 08 03:26:01 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.