-
Notifications
You must be signed in to change notification settings - Fork 89
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
wpt.fyi results intermittently conflict between current and history view #3957
Comments
FWIW, this is no longer showing an error immediately after filing. 🤷 |
That one's also no longer reproducing. |
@DanielRyanSmith is this expected? I think the history view captures a single daily run, so it may have missed some intermittent failures during the day, if I understood correctly what you told me recently. |
These is essentially correct, as the history timeline is populated by finding the first set of aligned runs that occur each day. It's possible that it will not find a flake if the flake it happening rather rarely. Additionally, I'm seeing in the history timeline now that there are some runs that occasionally crash for this test, although this might be unrelated. |
Starting with WPT.fyi since it's conveying conflicting results... I'm not sure if that's a data source problem from the wpt repo, or a bug here.
WPT.fyi lists a Safari failure on subtest "[xlink:title][href] > rect" but the Safari history shows it passing always, which aligns with our local testing... The conflicting results listed on the same wpt.fyi page can't both be true.
https://wpt.fyi/results/svg-aam/name/comp_host_language_label.html?label=master&label=experimental&aligned&view=interop&q=label%3Ainterop-2024-accessibility
Therefore I am assuming this is an error in how WPT.fyi tracks the results, rather than in the actual result.
@gsnedders hypothesized "The history view might just be looking at the first/last run of each day?"
The text was updated successfully, but these errors were encountered: