Uh oh!
There was an error while loading. Please reload this page.
Revert "cluster: wait on servers closing before disconnect" - #1945
Revert "cluster: wait on servers closing before disconnect"#1945sam-github wants to merge 1 commit into
Conversation
This reverts commit 9c0a1b8. CI is timing out, work is continuing in nodejs#1934
trevnorris
commented
Jun 11, 2015
Eh, we've all been there. My record is patching my own patch two hours after commit for switching a On the side, have one final test running on CI that should tell us whether it was the test that's faulty or the patch. |
trevnorris
commented
Jun 11, 2015
FYI, @jbergstroem has helped me confirm that the test is what's wrong. Specifically when run with IOW let's give this at least another day of troubleshooting before reverting the change. |
cjihrig
commented
Jun 11, 2015
LGTM. If nothing is found in the next day, feel free to land. |
Olegas
commented
Jun 11, 2015
Why not just to fix the test? |
cjihrig
commented
Jun 11, 2015
@Olegas that is the plan. The revert is a fallback. |
Olegas
commented
Jun 11, 2015
trevnorris
commented
Jun 11, 2015
I'm still working on troubleshooting the test so don't land this yet. I'll report back a little later today. @Olegas Unfortunately if a test fails then it's considered faulty. If it can't be figured out then the entire patch will be reverted. This is just standard protocol to allow the patch to be hammered out without causing any failures on CI. Re-landing it again once it's more solid won't be an issue at all. |
sam-github
commented
Jun 13, 2015
Unnecessary, test fixed in #1953 |
This reverts commit 9c0a1b8.
CI is timing out, work is continuing in #1934
I merged #1400 without running CI on it, and after removing what seemed an irrelevant setTimeout(). Sorry, I won't do that again.