-
Notifications
You must be signed in to change notification settings - Fork 12
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
ci: fix macos tests #947
ci: fix macos tests #947
Conversation
5144def
to
ff0e539
Compare
Do |
c69036a
to
78c614d
Compare
I thought that my overriding of |
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.
Thank you for the patch. lgtm, Just a few minor comments..
0107fb9
to
1053860
Compare
Sometimes CI on macos fails with an error "docker daemon not running". To avoid it after the patch docker socket is provided in the github env directly. Part of #931
87ab343
to
a0738a3
Compare
The test `test_t3_instance_names_no_config` always fails because of very long path in tmpdir. This test requires socket path with fexed length, otherwise it can cause socket path buffer overflow. After the patch tmpdir was overwritten to the shorter one. Closes #931
a0738a3
to
8a378cb
Compare
This PR fixes CI problems appeared in jobs on machine with
macOS
. There are problems provided below that was fixed.Closes #931
Closes #912