-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Adjust testURLBasedPluginAPI
logging checks
#7205
Conversation
It seems like there's some flakiness with these log statements on Linux, but since they're not material for the test (which mostly wants to test that the build succeeds), we can remove the assertions for them for now to avoid blocking CI.
@swift-ci please test |
testURLBasedPluginAPI
testURLBasedPluginAPI
logging checks
Hm, interesting, seems like a lot of tests are failing on Linux self-hosted?
|
Confirmed here that the issue is present in baseline and it seems like macOS is passing. Since builds were passing on Friday, most likely culprit seems to be the toolchain? |
Interesting that we're not seeing the issue on Linux smoke test. |
@tomerd it's a new test, so likely not any change, but I agree that it is interesting to figure out why we have inconsistent logging on Linux |
It seems like there's some flakiness with these log statements on Linux, but since they're not material for the test (which mostly wants to test that the build succeeds), we can remove the assertions for them for now to avoid blocking CI.