[SERVER-5549] conc_update.js failure in slow weekly concurrency tests Created: 09/Apr/12  Updated: 11/Jul/16  Resolved: 09/Apr/12

Status: Closed
Project: Core Server
Component/s: Concurrency
Affects Version/s: None
Fix Version/s: 2.1.1

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

Linux 64-bit concurrency Weekly Slow Tests


Operating System: ALL
Participants:

 Description   

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



 Comments   
Comment by Eliot Horowitz (Inactive) [ 09/Apr/12 ]

https://github.com/mongodb/mongo/commit/17e7397812f2343a60f2fc1d29b4ea596e9f157c

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