[SERVER-5548] remove1.js failing on Windows 32-bit Created: 09/Apr/12  Updated: 11/Jul/16  Resolved: 10/Apr/12

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

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

Windows 32-bit


Operating System: ALL
Participants:

 Description   

trying to get master: Error: error doing query: unknown
assert.soon failed: function () {
    try {
        return master.getDB("admin").runCommand({isMaster:1}).secondary;
    } catch (e) {
        print("trying to get master: " + e);
    }
}, msg:undefined
Error("Printing Stack Trace")@:0
()@src/mongo/shell/utils.js:37
("assert.soon failed: function () {\n    try {\n        return master.getDB(\"admin\").runCommand({isMaster:1}).secondary;\n    } catch (e) {\n        print(\"trying to get master: \" + e);\n    }\n}, msg:undefined")@src/mongo/shell/utils.js:58
((function () {try {return master.getDB("admin").runCommand({isMaster:1}).secondary;} catch (e) {print("trying to get master: " + e);}}))@src/mongo/shell/utils.js:167
@C:\10gen\buildslaves\mongo\Windows_32bit\mongo\jstests\replsets\remove1.js:100

http://buildbot.mongodb.org/builders/Windows%2032-bit/builds/4817/steps/test_7/logs/stdio



 Comments   
Comment by auto [ 09/Apr/12 ]

Author:

{u'login': u'tadmarshall', u'name': u'Tad Marshall', u'email': u'tad@10gen.com'}

Message: SERVER-5548 Relax timing in remove1.js

It seems to take almost exactly 30 seconds to cycle a primary
up or down on the 32-bit Windows buildbot and the test times
out after 30 seconds so this is too flaky. Change the timeout
from 30 seconds to 60 seconds to buy some breathing room. Also,
the comments and messages displayed by this test weren't aligned
with changes that had been made to it, making the log hard to
follow: fix up the comments and log messages to match what the
test is actually doing.
Branch: master
https://github.com/mongodb/mongo/commit/4adc117fbc5937b7f4f1f050c47e30121d859ab4

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