-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix and re-enable //src/test/shell/bazel/android:* tests #18776
Comments
These tests were disabled as part of bazelbuild#18776.
I tried re-enabling these (after some other cleanups), and the python failures only happen in the Centos 7 builders, so I assume this is a problem on those where python 2 is the default, instead of python 3. I'll take a look and see if there is anything obvious to do. |
Sorry, #20348 is the PR and https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/18656 is the test run. |
Yup:
|
These tests were disabled as part of bazelbuild#18776.
These tests were disabled as part of bazelbuild#18776.
Okay, I'm going to re-enable the tests for everything except centos7. I may take time to debug the issue there but it's lower priority as long as there is some coverage. Even after bazelbuild/continuous-integration#1823 the tests are using python 2 so I'm a bit confused. |
Work towards #18776. Centos tests are still disabled because of python version issues: #18776 (comment) Closes #20348. PiperOrigin-RevId: 587674122 Change-Id: Id99b09d9dc184f015f02e4ebc921dcfa58adcc45
Still seeing problems with finding python: https://buildkite.com/bazel/bazel-bazel/builds/25852#018c37b0-3cb4-4829-826b-eced53b34e5f Part of bazelbuild#20437 and bazelbuild#18776.
Still seeing problems with finding python: https://buildkite.com/bazel/bazel-bazel/builds/25852#018c37b0-3cb4-4829-826b-eced53b34e5f Part of #20437 and #18776. Closes #20440. PiperOrigin-RevId: 588180701 Change-Id: I8a0181f96df7612c72ce5e33336690f3a0efef15
Work towards #18776. Centos tests are still disabled because of python version issues: #18776 (comment) Closes #20348. PiperOrigin-RevId: 587674122 Change-Id: Id99b09d9dc184f015f02e4ebc921dcfa58adcc45
Still seeing problems with finding python: https://buildkite.com/bazel/bazel-bazel/builds/25852#018c37b0-3cb4-4829-826b-eced53b34e5f Part of #20437 and #18776. Closes #20440. PiperOrigin-RevId: 588180701 Change-Id: I8a0181f96df7612c72ce5e33336690f3a0efef15
- Add `--test_tag_filters=-no_macos` for macOS to filter out tests that are not suppose to run on Mac, just like the `no_windows` tag. - Fixed PatchApiBlackBoxTest and GitRepositoryBlackBoxTest on newer macOS versions. - Enable previously disabled tests on arm64 macOS platform in presubmit - Disable slow tests on Intel macOS platform in presubmit since they are often the bottleneck. Tests fixed: - Fixes #16525 - Fixes #17447 - Fixes #17411 - Related: #18776 (fixed on macos_arm64) Closes #21381. PiperOrigin-RevId: 608993052 Change-Id: I03bdf954c358bb736a866ce3a02f6dac4473e47e
- Add `--test_tag_filters=-no_macos` for macOS to filter out tests that are not suppose to run on Mac, just like the `no_windows` tag. - Fixed PatchApiBlackBoxTest and GitRepositoryBlackBoxTest on newer macOS versions. - Enable previously disabled tests on arm64 macOS platform in presubmit - Disable slow tests on Intel macOS platform in presubmit since they are often the bottleneck. Tests fixed: - Fixes bazelbuild#16525 - Fixes bazelbuild#17447 - Fixes bazelbuild#17411 - Related: bazelbuild#18776 (fixed on macos_arm64) Closes bazelbuild#21381. PiperOrigin-RevId: 608993052 Change-Id: I03bdf954c358bb736a866ce3a02f6dac4473e47e
We are not going to fix those tests since we are moving out android rules from Bazel |
Description of the bug:
Affected tests:
For some reason these tests insist on using Python 2, thus failing with newer versions of abseil: https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/16018#018857ff-07d5-4df7-bcfa-39cf418a58f4
(More context can be found in #16526)
I'm going to disable these tests for now since they block other work (#18497)
The text was updated successfully, but these errors were encountered: