-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add Mac test runner #268
Comments
Frustratingly, this still isn't possible after moving to Bazel 7.0.2 due to #268. I can't find a way to resolve this, and I think I'm convinced this is a failure in Bazel or one of its dependencies. Sadly, the best I can do is a subset of the full test set. Hopefully someone from Bazel or GitHub will be able to help me resolve the issue. |
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 610234559
There is further discussion in - https://github.com/orgs/community/discussions/118963 - #268 PiperOrigin-RevId: 630487313
I unfortunately could never make this pass fully despite this working properly. I'm not a Bazel expert but I think I have a Bazel misconfiguration or there's a bug in Bazel. A small subset of tests are working. |
Mac currently has issues running tests that need to be solved by migrating to at least Bazel 7.0.1.
Code currently compiles and runs, but java tests fail because of bazelbuild/bazel#16421.
The most straightforward fix is to migrate to Bazel 7.0.1, so for now this is blocked by #253.
The text was updated successfully, but these errors were encountered: