-
Notifications
You must be signed in to change notification settings - Fork 8
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
Packages with intermittent failures #7
Comments
Some of these problems might also come from using a different seed not only requesting a resource. But, are you suggesting a new check for If the later it might be relatively easy to monitor which packages haven't had any change on them or dependencies and reported an error on the release and/or old release of R. Probably this can be done via |
I created a website that should update every day with the packages that have intermittent failures, and there hasn't been any change on the package or its dependencies: https://llrs.github.io/intermittent_failures/ with the list of packages with intermittent issues at the end. I haven't made it to store permanently the packages with flaky code (check llrs/intermittent_failures#1) but that could be an easy addition. |
Nice, thanks for working on this! |
Glad to help! Is this something similar to what you had in mine when you opened the issue? |
Yeah, I mostly want issue 1 so we have a historical source of data for further analysis. |
Ok, I thought that was just for specific updates of R or submission to CRAN. |
I thought R CMD check was re-run more often than that. My recollection is that it's run every 24 hours on at least windows and linux, so I'm most interested in tracking those changes over time (in order to detect intermittent failures). |
However, I think just knowing which packages have done so in the past doesn't get us closer to how to improve those packages that fail intermittently. I thought that page could help the CRAN team and package maintainers but at the moment I don't know how else we could help them. |
At least it helps me to know which packages fail intermittently when I run a revdep check; then I don’t need to spend more time looking into the failure. To help others, we could investigate more the causes for the underlying failures and put together some docs on common causes. |
One challenge when submitting a package to CRAN with many revdeps is that some packages will fail because their tests are flaky and fail stochastically (typically due to reliance on a flaky external resource like a server). These packages also make extra work when making changes to R itself, since each failure has to be manually inspected to confirm it's a false positive.
Could the WG figure out some way to help improve these packages?
The text was updated successfully, but these errors were encountered: