| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This reverts commit 9c0a1b8. CI is timing out, work is continuing in nodejs#1934
|
Eh, we've all been there. My record is patching my own patch two hours after commit for switching a && with ||. 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. |
Sorry, something went wrong.
|
FYI, @jbergstroem has helped me confirm that the test is what's wrong. Specifically when run with test.py. When run on its own seems to complete fine. Here's the output: https://gist.github.com/jbergstroem/9b9f11f0e43e21cf5cb7 IOW let's give this at least another day of troubleshooting before reverting the change. |
Sorry, something went wrong.
|
LGTM. If nothing is found in the next day, feel free to land. |
Sorry, something went wrong.
|
Why not just to fix the test? |
Sorry, something went wrong.
|
@Olegas that is the plan. The revert is a fallback. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
Unnecessary, test fixed in #1953 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.