Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
-
ALL
-
0
Description
http://buildlogs.mongodb.org/mci_0.9_windows_64_2k8_debug/builds/43780/test/noPassthroughWithMongod_2/connections_opened.js
https://mci.10gen.com/ui/task/mongodb_mongo_v2.6_windows_64_2k8_debug_8a71a071e54d96361fcabb992cd82f60ce413eb8_14_04_02_22_09_07_noPassthroughWithMongod_windows_64_test
EDT
|
assert.soon failed: function () {
|
currentConnInfo = db.serverStatus().connections;
|
return (expectedCurrentConnections == currentConnInfo.current) &&
|
(expectedTotalConnections, currentConnInfo.totalCreated);
|
}, msg:Incorrect connection numbers. Expected 201 current connections and 201 total connections. Connection info from serverStatus: { "current" : 200, "available" : 999800, "totalCreated" : NumberLong(201) }
|
Error: assert.soon failed: function () {
|
currentConnInfo = db.serverStatus().connections;
|
return (expectedCurrentConnections == currentConnInfo.current) &&
|
(expectedTotalConnections, currentConnInfo.totalCreated);
|
}, msg:Incorrect connection numbers. Expected 201 current connections and 201 total connections. Connection info from serverStatus: { "current" : 200, "available" : 999800, "totalCreated" : NumberLong(201) }
|
at Error (<anonymous>)
|
at doassert (src/mongo/shell/assert.js:11:14)
|
at Function.assert.soon (src/mongo/shell/assert.js:180:60)
|
at waitForConnections (D:\data\mci\git@github.commongodb\mongo.git\mongodb-mongo-v2.6\jstests\noPassthroughWithMongod\connections_opened.js:34:12)
|
at D:\data\mci\git@github.commongodb\mongo.git\mongodb-mongo-v2.6\jstests\noPassthroughWithMongod\connections_opened.js:73:1
|
http://buildlogs.mongodb.org/mci_0.9_windows_64_debug/builds/42074/test/noPassthroughWithMongod_0/connections_opened.js
https://mci.10gen.com/ui/task/mongodb_mongo_master_windows_64_debug_789097cb1823b849e6598ac8e4a3ecff9befd682_14_04_03_18_03_07_noPassthroughWithMongod_windows_64_test
T
|
assert.soon failed: function () {
|
currentConnInfo = db.serverStatus().connections;
|
return (expectedCurrentConnections == currentConnInfo.current) &&
|
(expectedTotalConnections, currentConnInfo.totalCreated);
|
}, msg:Incorrect connection numbers. Expected 201 current connections and 201 total connections. Connection info from serverStatus: { "current" : 194, "available" : 999806, "totalCreated" : NumberLong(195) }
|
Error: assert.soon failed: function () {
|
currentConnInfo = db.serverStatus().connections;
|
return (expectedCurrentConnections == currentConnInfo.current) &&
|
(expectedTotalConnections, currentConnInfo.totalCreated);
|
}, msg:Incorrect connection numbers. Expected 201 current connections and 201 total connections. Connection info from serverStatus: { "current" : 194, "available" : 999806, "totalCreated" : NumberLong(195) }
|
at Error (<anonymous>)
|
at doassert (src/mongo/shell/assert.js:11:14)
|
at Function.assert.soon (src/mongo/shell/assert.js:180:60)
|
at waitForConnections (D:\data\mci\git@github.commongodb\mongo.git\mongodb-mongo-master\jstests\noPassthroughWithMongod\connections_opened.js:34:12)
|
at D:\data\mci\git@github.commongodb\mongo.git\mongodb-mongo-master\jstests\noPassthroughWithMongod\connections_opened.js:73:1
|
Attachments
Issue Links
- depends on
-
SERVER-13745 Provide way to override the default 5 second connection timeout
-
- Closed
-
- is related to
-
SERVER-13700 Improve logging of socket connect timeouts
-
- Closed
-
-
SERVER-13771 Increase connect timeout in shell from 5 seconds to 30
-
- Closed
-