-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Azure Pipelines: macOS CI Tests
and Ubuntu CI Tests (coverage)
jobs are always skipped
#109395
Comments
|
|
Yeah, coverage just never worked, unfortunately. It was a nice idea. It's possible that the segfault at 59 minutes is just the 1 hour timeout sending a Ctrl+C at a bad time, but the tests are so slow I don't think we'd want it enabled anyway. Maybe as a scheduled (daily) job. Removing the files is fine. They don't do any harm by staying there, and might be helpful to someone trying to run tests on their fork, but if people are going to keep suggesting we remove them then I guess we may as well make them happy. |
At work, the coverage is also slow on the CI. But it's faster locally, so we sometimes use it for local development. And you might just run a subset of tests for the bit of code you're working on, and check you're properly covering your new code. So something for the future may be to set tooling up for local development, if people would find that useful. |
…thonGH-109412) (cherry picked from commit fa49390) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…thonGH-109412) (cherry picked from commit fa49390) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…thonGH-109400) (cherry picked from commit 1ece084) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…thonGH-109400) (cherry picked from commit 1ece084) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
All merged and backported, thanks! Let's continue AP -> GHA migration in #109408. |
I cannot find any CI runs where these two are completed / failed. They are always skipped.
Looks like Azure only stores build result for ~1 month or so, so I cannot trace it back further.
Examples:
Why does it happen?
Linked PRs
The text was updated successfully, but these errors were encountered: