-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Make tests almost entirely quiet #3725
Make tests almost entirely quiet #3725
Conversation
cf18c3b
to
498e1b4
Compare
498e1b4
to
03916b6
Compare
This reverts commit 5a19318.
Pkg.rm(TEST_PKG.name) | ||
end | ||
if (Base.get_bool_env("JULIA_PKG_USE_CLI_GIT", false) == false) && !Sys.iswindows() | ||
# TODO: fix. On GH windows runners cli git will prompt for credentials and hang. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do a @test_skip
or something? Or a @test ... skip=Sys.iswindows()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we skip testsets like that? That's what would be needed here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, hmmm, skip the whole testset? I don't think that's possible. So we're probably stuck with the existing approach.
Any idea why macOS CI is failing? |
One solid failure on MacOS is JuliaLang/julia#52458 The other is flaky git for unknown reasons. Maybe a libgit2 issue.. I don't think anyone has reported it in the wild |
Best I can do is only this leaking.
To do better than that we would need to reduce test coverage, or fix git cli https auth on CI, which seems difficult to figure out.
Otherwise everything is now piped into the Pkg.log which is uploaded as matrix-specific artifacts here and similar on buildkite.