-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Istio Envoy fork tsan test failure #30484
Labels
Comments
This was referenced Jan 28, 2021
bianpengyuan
changed the title
Istio Envoy 1.7 branch tsan test failure
Istio Envoy fork tsan test failure
Jan 29, 2021
Same happens to 1.8 |
looks like the failure is from envoy-filter-example build. somehow bazel 4.0.0 is used, which is released 1/21 and way ahead of 3.1.0 that envoy 1.15 / istio 1.7 is using, and a deprecated bazel rule param causes the failure:
|
This was referenced Feb 5, 2021
istio-testing
pushed a commit
to istio/envoy
that referenced
this issue
Feb 5, 2021
See istio/istio#30484 Signed-off-by: Taylor Barrella <tabarr@google.com>
istio-testing
pushed a commit
to istio/envoy
that referenced
this issue
Feb 5, 2021
See istio/istio#30484 Signed-off-by: Taylor Barrella <tabarr@google.com>
istio-testing
pushed a commit
to istio/envoy
that referenced
this issue
Feb 5, 2021
See istio/istio#30484 Signed-off-by: Taylor Barrella <tabarr@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Istio envoy 1.7 branch tsan test always fails. Here is an example failed run: https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_envoy/293/test-tsan_envoy_release-1.7/1354917515653812224
To temporarily work around that, we will make tsan test option there, and use this issue to track fixing and enabling it again.
The text was updated successfully, but these errors were encountered: