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

conc_update.js failure in slow weekly concurrency tests

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.1
    • Affects Version/s: None
    • Component/s: Concurrency
    • Labels:
    • Environment:
      Linux 64-bit concurrency Weekly Slow Tests
    • ALL

      assert.soon failed: function () {
          c2 = db.conc.count({x:{$lt:NRECORDS}});
          print(c2);
          querycount++;
          if (c2 < c1) {
              decrements++;
          } else {
              misses++;
          }
          c1 = c2;
          return !db.concflag.findOne().inprog;
      }, msg:update never finished
      Error("Printing Stack Trace")@:0
      ()@src/mongo/shell/utils.js:37
      ("assert.soon failed: function () {\n    c2 = db.conc.count({x:{$lt:NRECORDS}});\n    print(c2);\n    querycount++;\n    if (c2 < c1) {\n        decrements++;\n    } else {\n        misses++;\n    }\n    c1 = c2;\n    return !db.concflag.findOne().inprog;\n}, msg:update never finished")@src/mongo/shell/utils.js:58
      ((function () {c2 = db.conc.count({x:{$lt:NRECORDS}});print(c2);querycount++;if (c2 < c1) {decrements++;} else {misses++;}c1 = c2;return !db.concflag.findOne().inprog;}),"update never finished",3600000,10)@src/mongo/shell/utils.js:167
      @/data/slave/Linux_64bit_concurrency_Weekly_Slow_Tests/mongo/jstests/slowWeekly/conc_update.js:50
      

      http://buildbot.mongodb.org/builders/Linux%2064-bit%20concurrency%20Weekly%20Slow%20Tests/builds/5/steps/test/logs/stdio

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: