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

connections_opened.js failure

    • ALL
    • 0

      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
      

            Assignee:
            spencer@mongodb.com Spencer Brody (Inactive)
            Reporter:
            randolph@mongodb.com Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: