Bazel 7 "dangling symbolic link" flake #13444
Labels
cpp: flake
A test with false positives (failures that are not interesting)
type: cleanup
An internal cleanup or hygiene concern.
We only start seeing this flake when we upgrade to Bazel 7, which comes with "Build without bytes" enabled. This other issue seems related: bazelbuild/bazel#19143
In the 4 or 5 times we have seen the flake, the failure has always been with the
@io_opentelemetry_cpp
repo. I do not know what makes it special. My guess is their use ofinclude_prefix
, e.g.:https://github.com/open-telemetry/opentelemetry-cpp/blob/c4f39f2be8109fd1a3e047677c09cf47954b92db/sdk/src/trace/BUILD#L10
The text was updated successfully, but these errors were encountered: