Skip to content
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

Coverage test is flaky #2644

Open
RyanTheOptimist opened this issue Oct 31, 2022 · 3 comments
Open

Coverage test is flaky #2644

RyanTheOptimist opened this issue Oct 31, 2022 · 3 comments
Labels
area/testing issues for improving testing of the library

Comments

@RyanTheOptimist
Copy link
Contributor

https://github.com/envoyproxy/envoy-mobile/actions/runs/3363462624/jobs/5576640354

@RyanTheOptimist RyanTheOptimist added the area/testing issues for improving testing of the library label Oct 31, 2022
@RyanTheOptimist
Copy link
Contributor Author

Gah! Pressed enter too soon. I've had several coverage failures on PRs recently in which coverage failed with a message like:

Run tar -czvf coverage.tar.gz generated/coverage
tar: generated/coverage: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
Error: Process completed with exit code 2.

@RyanTheOptimist
Copy link
Contributor Author

@jpsim do you have any idea what's going on here? Is there some sort of instability in our infrastructure?

@jpsim
Copy link
Contributor

jpsim commented Oct 31, 2022

I think I see what's happening here, which is that if we fail to upload some BEP events to EngFlow, we don't properly post-process the coverage data in envoy/test/run_envoy_bazel_coverage.sh.

From the CI job you linked:

ERROR: The Build Event Protocol upload failed: All retry attempts failed. DEADLINE_EXCEEDED: DEADLINE_EXCEEDED: deadline exceeded after 14.999918701s. [closed=[], open=[[remote_addr=envoy.cluster.engflow.com/3.214.200.122:443]]] DEADLINE_EXCEEDED: DEADLINE_EXCEEDED: deadline exceeded after 14.999918701s. [closed=[], open=[[remote_addr=envoy.cluster.engflow.com/3.214.200.122:443]]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing issues for improving testing of the library
Projects
None yet
Development

No branches or pull requests

2 participants