[SERVER-5501] currentop.js failing on linux 64-bit DUR OFF build Created: 04/Apr/12  Updated: 25/Jul/13  Resolved: 10/Apr/12

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Ian Whalen (Inactive) Assignee: Eric Milkie
Resolution: Done Votes: 0
Labels: buildbot
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Linux 64-bit DUR OFF


Operating System: ALL
Participants:

 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


Generated at Thu Feb 08 03:09:05 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.