-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: Mark test-stop-profile-after-done flaky #14874
Conversation
test/inspector/inspector.status
Outdated
@@ -5,5 +5,6 @@ prefix inspector | |||
# sample-test : PASS,FLAKY | |||
|
|||
[true] # This section applies to all platforms | |||
test-stop-profile-after-done: PASS, FLAKY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so could you put it in Windows and AIX?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just add
[$system==aix]
test-stop-profile-after-done: PASS, FLAKY
Updated the CL, thank you for looking into it. |
Thanks for following up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I also think we don't necessarily wait for the 48 hour period for this one. We are better off avoiding the failures/red in the CI and the change is not likely to be controversial.
Test parallel/test-http2-multiplex on ARM is the only CI failure. I will land this PR now. |
Landed as 7027191 |
It is flaky on Windows and AIX. Some more time is needed to fix it. PR-URL: #14874 (review) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
It is flaky on Windows and AIX. Some more time is needed to fix it. PR-URL: #14874 (review) Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
It is flaky on Windows and AIX. Some more time is needed to fix it.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)