-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: test-inspector-async-hook-setup-at-signal
flag as flaky
#16941
test: test-inspector-async-hook-setup-at-signal
flag as flaky
#16941
Conversation
`test-inspector-async-hook-setup-at-signal` is also flaky on VS2017
Request to fast track. CI gives false negatives, and we are tracking the underlying issue in https://github.com/nodejs/node/projects/8 |
test-inspector-async-hook-setup-at-signal
flag as flaky
Fast-tracking based on @refack 's request. We have seen this test causing random CI failures so makes sense to isolate before diagnosing |
Landed in 074a5c7 , don't know why the commit is not appearing here! |
ah, ok - the commit meta is missing! any clues what is the best way to fix it now? |
you can add the metadata as a comment at 074a5c7. It's too late to force-push. |
`test-inspector-async-hook-setup-at-signal` is also flaky on VS2017
thanks @targos , done. |
@refack you landed this on 8.x-staging. Current process only allows for the backporting team to land on LTS branches edit: my apologies, looking at commit data it was not landed by you... sorry about that whoever landed it, please avoid landing things on 8.x-staging or 6.x-staging |
`test-inspector-async-hook-setup-at-signal` is also flaky on VS2017
`test-inspector-async-hook-setup-at-signal` is also flaky on VS2017 PR-URL: #16941 Reviewed-By: Colin Ihrig cjihrig@gmail.com Reviewed-By: Gireesh Punathil gpunathi@in.ibm.com
`test-inspector-async-hook-setup-at-signal` is also flaky on VS2017 PR-URL: #16941 Reviewed-By: Colin Ihrig cjihrig@gmail.com Reviewed-By: Gireesh Punathil gpunathi@in.ibm.com
test-inspector-async-hook-setup-at-signal
is also flaky on VS2017Refs: #16771
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test,inspector,windows