-
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
ci.bazel.io breakage: bazel-tests on windows, //src/test/shell/bazel:bazel_windows_example_test#test_cpp fails #2178
Comments
Looking. |
Note that I got that earlier with the previous build at http://ci.bazel.io/job/Gerrit-bazel-tests/216/ but wasn't present at HEAD so I suspect a flake |
Looks like it's caused by my change 325b155 But not sure why, I'll look into it. |
Thanks @meteorcloudy . @damienmg , the test is flaky,
Meaning we need to focus on supporting long paths. That means we'll have to use the widechar version of Win32 API functions and prefix paths with |
Deactivating the test until the underlying reason is fixed as there is no clear culprit. |
The first appearance of this failure I can find is from http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=HEAD,PLATFORM_NAME=windows-x86_64/365/ So maybe it's a good start to investigate changes in that push. |
This test has became flaky due to long path, see #2178 -- PiperOrigin-RevId: 141044418 MOS_MIGRATED_REVID=141044418
Removed the breakage label now the test is deactivated. please reactivate when fixed :) |
I investigated on this, it turns out the result.stdout of Having doubts on https://bazel-review.googlesource.com/#/c/7373/... |
Currently, it is still failing because of two reasons:
After these two issues, I think we can re-enable |
Log at:
http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=HEAD,PLATFORM_NAME=windows-x86_64/380/console
The text was updated successfully, but these errors were encountered: