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

currentop.js failing on linux 64-bit DUR OFF build

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Testing Infrastructure
    • Linux 64-bit DUR OFF
    • ALL

    Description

      assert.soon failed: function f() {
          o = ops({ns:"test.jstests_currentop"});
          printjson(o);
          var writes = ops({lockType:"w", ns:"test.jstests_currentop"}).length;
          var readops = ops({lockType:"r", ns:"test.jstests_currentop"});
          print("readops:");
          printjson(readops);
          var reads = readops.length;
          print("total: " + o.length + " w: " + writes + " r:" + reads);
          return o.length > writes && o.length > reads;
      }, msg:f
      Error("Printing Stack Trace")@:0
      ()@src/mongo/shell/utils.js:37
      ("assert.soon failed: function f() {\n    o = ops({ns:\"test.jstests_currentop\"});\n    printjson(o);\n    var writes = ops({lockType:\"w\", ns:\"test.jstests_currentop\"}).length;\n    var readops = ops({lockType:\"r\", ns:\"test.jstests_currentop\"});\n    print(\"readops:\");\n    printjson(readops);\n    var reads = readops.length;\n    print(\"total: \" + o.length + \" w: \" + writes + \" r:\" + reads);\n    return o.length > writes && o.length > reads;\n}, msg:f")@src/mongo/shell/utils.js:58
      (f,"f")@src/mongo/shell/utils.js:167
      @jstests/currentop.js:66

      http://buildbot.mongodb.org/builders/Linux%2064-bit%20DUR%20OFF/builds/977/steps/test_1/logs/stdio
      http://buildbot.mongodb.org/builders/Linux%2064-bit%20DUR%20OFF/builds/978/steps/test/logs/stdio
      http://buildbot.mongodb.org/builders/Linux%2064-bit%20DUR%20OFF/builds/979/steps/test/logs/stdio

      Attachments

        Activity

          People

            milkie@mongodb.com Eric Milkie
            ian@mongodb.com Ian Whalen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: