NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
294 stars 42 forks source link

Coverage build with `--all-features` enabled is timing out #494

Open ximon18 opened 3 years ago

ximon18 commented 3 years ago

E.g. https://github.com/NLnetLabs/krill/runs/2398332632?check_suite_focus=true failed with:

Apr 21 09:35:00.158 ERROR cargo_tarpaulin: Failed to get test coverage! Error: Failed to run tests: Error: Timed out waiting for test response

However, it works in the same workflow run for the build without --all-features. The difference is that --all-features includes the ui-tests which take time, but are also probably a large contributor to covered code percentage as the vast majority of the multi-user testing is done via UI tests.

ximon18 commented 3 years ago

I have disabled the Coverage workflow (per these instructions) until we resolve this issue.