-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Stop mixing test and promise_test usage in SAA tests #39311
Conversation
It's not clear that the test harness supports mixing these two kinds of tests safely, without concurrency issues. Bug: 1427180 Change-Id: Ib9d060bb52477ce99697d559cfb1f1d6e30f468c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4386517 Commit-Queue: Shuran Huang <[email protected]> Auto-Submit: Chris Fredrickson <[email protected]> Reviewed-by: Shuran Huang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1124445}
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.
The review process for this patch is being conducted in the Chromium project.
Some affected tests had inconsistent (flaky) results: Unstable results
These may be pre-existing or new flakes. Please try to reproduce (see the above WPT command, though some flags may not be needed when running locally) and determine if your change introduced the flake. If you are unable to reproduce the problem, please tag |
@jcscottiii |
Can someone help me understand why 8 failures and 2 "not run" results mean this test is considered flaky? I would've thought that some mix of pass/fail would be required for a flaky determination. AFAICT, this test just doesn't pass on Firefox, since Firefox doesn't implement/expose the |
@cfredric I would recommend pinging jgraham in the WPT matrix channel. |
@cfredric FAIL and NOTRUN are different results, so make sense to say it is flaky. My question is why that subtest is the only flaky one. Supposedly another subtest should also be flaky between Timeout and something else to cause this to happen. Sorry for not looking closely to this earlier. Pls still check with jgraham@ as suggested. |
Thank you, @past! |
…sts#39311) It's not clear that the test harness supports mixing these two kinds of tests safely, without concurrency issues. Bug: 1427180 Change-Id: Ib9d060bb52477ce99697d559cfb1f1d6e30f468c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4386517 Commit-Queue: Shuran Huang <[email protected]> Auto-Submit: Chris Fredrickson <[email protected]> Reviewed-by: Shuran Huang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1124445} Co-authored-by: Chris Fredrickson <[email protected]>
It's not clear that the test harness supports mixing these two kinds of
tests safely, without concurrency issues.
Bug: 1427180
Change-Id: Ib9d060bb52477ce99697d559cfb1f1d6e30f468c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4386517
Commit-Queue: Shuran Huang <[email protected]>
Auto-Submit: Chris Fredrickson <[email protected]>
Reviewed-by: Shuran Huang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1124445}