-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
ALL
This has never passed in 2.6. Maybe a weird platform issue with Debian 7?
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
- is related to
-
SERVER-11077 Support for Debian 7 Enterprise .deb packages
- Closed