[SERVER-10153] sync2.js failing with auth on Linux 64-bit Created: 10/Jul/13  Updated: 11/Jul/16  Resolved: 12/Jul/13

Status: Closed
Project: Core Server
Component/s: Security
Affects Version/s: None
Fix Version/s: 2.5.1

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

MCI Linux 64
Nightly Linux 64-bit Subscription RHEL 6.2


Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:

 Description   

http://mci.10gen.com/ui/task/mongodb_mongo_master_linux_64_37697bdb58f91be434416c3b73b66ced4cb0efa0_13_07_08_21_42_05_replicasets_auth_linux_64
http://mci.10gen.com/ui/task/mongodb_mongo_master_linux_64_82f2196f64e9883e4e35ac9f07a4e1ecd195b682_13_07_08_18_30_04_replicasets_auth_linux_64
http://mci.10gen.com/ui/task/mongodb_mongo_master_linux_64_78878a0f998da4a3f9c3d5ce854da21b63bf1278_13_07_08_14_36_04_replicasets_auth_linux_64

assert.soon failed: function () {
        var count = 0;
        var currentOp = master.getDB("admin").currentOp({ns: 'local.oplog.rs'});
        printjson(currentOp);
        currentOp.inprog.forEach(
            function(op) {
                assert.eq(op.query.ts.$gte.constructor, Timestamp);
                count++;
            }
        );
        return count >= 4;
    }, msg:undefined
Error: Printing Stack Trace
    at printStackTrace (src/mongo/shell/utils.js:37:15)
    at doassert (src/mongo/shell/assert.js:6:5)
    at Function.assert.soon (src/mongo/shell/assert.js:174:60)
    at /home/ec2-user/mci/prep/git@github.commongodb/mongo.git/master/replicasets_auth/jstests/replsets/sync2.js:25:8
Mon Jul  8 18:02:36.955 assert.soon failed: function () {
        var count = 0;
        var currentOp = master.getDB("admin").currentOp({ns: 'local.oplog.rs'});
        printjson(currentOp);
        currentOp.inprog.forEach(
            function(op) {
                assert.eq(op.query.ts.$gte.constructor, Timestamp);
                count++;
            }
        );
        return count >= 4;
    }, msg:undefined at src/mongo/shell/assert.js:7
failed to load: /home/ec2-user/mci/prep/git@github.commongodb/mongo.git/master/replicasets_auth/jstests/replsets/sync2.js



 Comments   
Comment by Githook User [ 20/Mar/14 ]

Author:

{u'username': u'RedBeard0531', u'name': u'Mathias Stearn', u'email': u'mathias@10gen.com'}

Message: Remove unnecessary and broken portion of test

Fixes SERVER-10153

(cherry picked from commit 85cc36126c772ed5e406bebf68fa24a49e7109c4)
Branch: v2.4
https://github.com/mongodb/mongo/commit/b2c3b08b75892f25ca662d787b061070473d9ba5

Comment by auto [ 12/Jul/13 ]

Author:

{u'username': u'RedBeard0531', u'name': u'Mathias Stearn', u'email': u'mathias@10gen.com'}

Message: Remove unnecessary and broken portion of test

Fixes SERVER-10153
Branch: master
https://github.com/mongodb/mongo/commit/85cc36126c772ed5e406bebf68fa24a49e7109c4

Comment by Matt Kangas [ 12/Jul/13 ]

Doesn't look like this is isolated to MCI.

Nightly Linux 64-bit Subscription RHEL 6.2 Build #499 July 12 (rev dbc297ef01)

http://buildbot-special.10gen.com/builders/Nightly%20Linux%2064-bit%20Subscription%20RHEL%206.2/builds/499/steps/shell_2/logs/stdio
http://buildlogs.mongodb.org/Nightly%20Linux%2064-bit%20Subscription%20RHEL%206.2/builds/499/test/replica%20sets/sync2.js

Error: Printing Stack Trace
    at printStackTrace (src/mongo/shell/utils.js:37:15)
    at doassert (src/mongo/shell/assert.js:6:5)
    at Function.assert.soon (src/mongo/shell/assert.js:174:60)
    at /data/buildslaves/Linux_64bit_Subscription_RHEL_62_Nightly/mongo/jstests/replsets/sync2.js:25:8
Fri Jul 12 13:06:04.060 assert.soon failed: function () {
        var count = 0;
        var currentOp = master.getDB("admin").currentOp({ns: 'local.oplog.rs'});
        printjson(currentOp);
        currentOp.inprog.forEach(
            function(op) {
                assert.eq(op.query.ts.$gte.constructor, Timestamp);
                count++;
            }
        );
        return count >= 4;
    }, msg:undefined at src/mongo/shell/assert.js:7
failed to load: /data/buildslaves/Linux_64bit_Subscription_RHEL_62_Nightly/mongo/jstests/replsets/sync2.js

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