[SERVER-14000] Add new lsb file location for Debian 7.1 Created: 20/May/14  Updated: 11/Jul/16  Resolved: 20/May/14

Status: Closed
Project: Core Server
Component/s: Internal Code
Affects Version/s: None
Fix Version/s: 2.6.2, 2.7.1

Type: Bug Priority: Major - P3
Reporter: Ernie Hershey Assignee: Eric Milkie
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
is related to SERVER-11077 Support for Debian 7 Enterprise .deb ... Closed
Operating System: ALL
Backport Completed:
Participants:

 Description   

This has never passed in 2.6. Maybe a weird platform issue with Debian 7?

https://mci.10gen.com/ui/task/mongodb_mongo_v2.6_enterprise_debian71_64_013e21bbe58c4d345df61576fb3cafe41c2ae49c_14_05_17_00_03_07_jsCore_auth_enterprise_debian71_64

MongoDB shell version: 2.6.2-pre-
connecting to: 127.0.0.1:27999/test
Authenticating as internal __system user with mechanism CRAM-MD5 on connection: connection to 127.0.0.1:27999
1
Testing workingSet and indexCounters portions of serverStatus
Testing db.serverStatus({workingSet:1}).workingSet on "" (Solaris?) -- expecting {  "info" : "not supported" }
assert: [{ "info" : "not supported" }] != [{
	"note" : "thisIsAnEstimate",
	"pagesInMemory" : 136,
	"computationTimeMicros" : 3182,
	"overSeconds" : 13
}] are not equal : Test FAILED: db.serverStatus({workingSet:1}).workingSet did not return the expected value
Error: [{ "info" : "not supported" }] != [{
	"note" : "thisIsAnEstimate",
	"pagesInMemory" : 136,
	"computationTimeMicros" : 3182,
	"overSeconds" : 13
}] are not equal : Test FAILED: db.serverStatus({workingSet:1}).workingSet did not return the expected value
    at Error (<anonymous>)
    at doassert (src/mongo/shell/assert.js:11:14)
    at Function.assert.eq (src/mongo/shell/assert.js:38:5)
    at doTest (/data/mci/shell/mongodb-mongo-v2.6/jstests/core/block_check_supported.js:71:16)
    at /data/mci/shell/mongodb-mongo-v2.6/jstests/core/block_check_supported.js:118:1
2014-05-17T00:43:22.277+0000 Error: [{ "info" : "not supported" }] != [{
	"note" : "thisIsAnEstimate",
	"pagesInMemory" : 136,
	"computationTimeMicros" : 3182,
	"overSeconds" : 13
}] are not equal : Test FAILED: db.serverStatus({workingSet:1}).workingSet did not return the expected value at src/mongo/shell/assert.js:13
failed to load: /data/mci/shell/mongodb-mongo-v2.6/jstests/core/block_check_supported.js



 Comments   
Comment by Githook User [ 20/May/14 ]

Author:

{u'username': u'milkie', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}

Message: SERVER-14000 fix debian 7.1 by adding new lsb file location

(cherry picked from commit 2a0fd61c1b0b390b7365e900a0b3e53118515423)
Branch: v2.6
https://github.com/mongodb/mongo/commit/812af45b315b663b44ea9b03b8f20305408b2875

Comment by Githook User [ 20/May/14 ]

Author:

{u'username': u'milkie', u'name': u'Eric Milkie', u'email': u'milkie@10gen.com'}

Message: SERVER-14000 fix debian 7.1 by adding new lsb file location
Branch: master
https://github.com/mongodb/mongo/commit/2a0fd61c1b0b390b7365e900a0b3e53118515423

Comment by Eric Milkie [ 20/May/14 ]

The hostInfo function is failing, because we're not looking in Debian's lsb release file for the platform info. I'll add it now.

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