-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP2 simple test fails and hangs with node 12.17.0 & 12.18.0 #244
Comments
Yep, it looks like unfortunately the Node.js regression testing missed a serious issue (hence the reversion in 14.3.0) and backporting the initial change to an LTS line was a major problem. I also don't know exactly what change caused the problem, and can only suggest we wait for 12.19.0 to see if the fix is backported too. If not, I can look at disabling Speccy is, as far as I can tell, unmaintained so will never take a new version of |
Speccy uses caret versions, so if a new version of oas-kit publishes that is compatible with it, it likely will get picked up on a fresh
Was looking around for alternatives to speccy because of this, at first glance |
But
|
|
Still broken in Node 12.18.1 |
As a further workaround, you can now override the default |
12.18.3 has this, which looks promising: nodejs/node#33911 ... but tests still in the same way for me with that version :( |
This looks to be fixed in node 12.20.0 - can anyone confirm please? |
Confirmed on e26cda0 and node 12.20.0 for me: |
Checklist
Detailed Description
With node 12.17.0 or 12.18.0:
and it hangs at this point, at least for a while.
Passes on 12.16.3
Other stuff
This is basically #223 again, but for the versions of node listed as supported, and is actively broken. One can have node LTS security fixes, or a working version of this package, but not both right now. That prior issue suggested 14.1.0 is where it broke and 14.3.0 fixed it, but didn't manage to identify an actual root cause change in either of those versions. I'd happily champion requesting a bugfix be backported to 12.x, but my node internals fu is not strong enough to identify which one is the problem there. I'm hoping someone here can help there.
See also wework/speccy#422
The text was updated successfully, but these errors were encountered: