-
Notifications
You must be signed in to change notification settings - Fork 96
[Converge] test: make cluster tests more time tolerant #38
Comments
I think we now have better ways of specifying platform-specific timeouts. cc @silverwind |
Yes, there's two ways to achieve different timeouts per platform. First for individual timeout values inside tests with And for the overall test timeout (30s): |
@mhdawson ... can you take a look to see if the io.js changes mentioned by @silverwind address the original issue. If they do, then we can likely close this. |
Hmmm, this seems to be a special-case for AIX's Thoughts? We could just take the patch, but it also means the test will take over a second on all machines. :/ |
I agree that we don't necessarily just want to up the general timeout for AIX. If I remember correctly I think we had started with a special case in the code for AIX (either for this PR or some others related to timeouts), but in the review it was suggested we just apply to all platforms to avoid the extra platform checks. |
@mhdawson your commit log above does have some detailed info on it, yes. In io.js we've preferred to checking the platform it seems. |
@mhdawson can I leave this for you to decide whether it needs to go in to nodejs/node prior to 4.0? I don't think it's that important cause it's only a test case but I'll leave it to you. |
just fyi, @mhdawson is out on vacation for this week. I agree with your On Mon, Aug 24, 2015 at 12:21 AM, Rod Vagg [email protected] wrote:
|
I'd like to be able to get it into the LTS stream, but provided I'll be able to do that later on I don't think its a blocker for 4.0. Based on the the discussion it sounds like I should just create a PR which makes the timeout longer only for AIX, right ? |
@mhdawson Yes. I'd probably suggest adding AIX to |
@Fishrock123 We have extended timeouts but not to the extent that I'd want to make all of the timeouts longer for AIX lat this point. I'd prefer to just as an AIX check to this test. If we end up having to change a significant number then I'd plan for us to change common.platformTimeout() as you suggest. Does this sound reasonable to you ? |
@mhdawson Yep, that sounds fine. :) |
@Fishrock123, @jasnell PR created on master: nodejs/node#2891 could one of you review for me. |
Landed on master closing this issue nodejs/node@2853f98 |
See: nodejs/node-v0.x-archive@f3f4e28
/cc @mhdawson
Original commit message:
The text was updated successfully, but these errors were encountered: