Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Selenium script leaves holes in the data that the update script gets tricked by #1230

Closed
foolip opened this issue Jun 11, 2021 · 0 comments · Fixed by #1276
Closed

Selenium script leaves holes in the data that the update script gets tricked by #1230

foolip opened this issue Jun 11, 2021 · 0 comments · Fixed by #1276
Assignees
Labels
Component: Selenium Selenium script

Comments

@foolip
Copy link
Owner

foolip commented Jun 11, 2021

While working on demixing the Body mixin, I very nearly submitted bad data due to quirks of mdn-bcd-collector. The Selenium data collection script can leave holes in the data, and we had results for Firefox 10-35, 42 and 50-88, probably with some additional holes in those ranges.

The APIs were added in Firefox 39, but the update script generated ≤42, which is correct in a way, but since that is also often the result when attributes have been added and we have a null→true transition, it nearly fooled me.

The most important thing here is to fix the Selenium script to never leave holes in the data, it would be better to skip everything before the first hole I think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: Selenium Selenium script
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants