You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
The issue here is that although we report the browser name and version with each result set, the Golang code differentiates received results by browser name only. This represents a race condition if we were to collect and upload results from two versions of the same browser concurrently. In that case, the version displayed on https://wpt.fyi would be determined by scheduling details (i.e. the results for the most recently-completed browser version would be displayed).
Luke, Robert, and I met today to discuss this. We agreed that in the short term, the runner should upload results for experimental browsers with a distinct name (e.g. chrome-experimental and firefox-experimental), ensuring consistency with the website's current behavior.
This will be reflected in my initial solution for gh-521 and gh-388. Luke confirmed his intention to make the necessary modifications to the Golang code, so I'll re-assign this issue to him.
No description provided.
The text was updated successfully, but these errors were encountered: