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

Nightly tests coverage is broken #5401

Open
igor-sirotin opened this issue Jun 21, 2024 · 0 comments
Open

Nightly tests coverage is broken #5401

igor-sirotin opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels

Comments

@igor-sirotin
Copy link
Contributor

Problem

03:51:03  2024/06/21 02:50:55 failed to parse profiles: open /home/jenkins/workspace/status-go/tests-nightly/abi-spec/coverage.out.rerun.*: no such file or directory

https://ci.status.im/job/status-go/job/tests-nightly/258/consoleFull

Implementation

This is probably happening because nightly tests are running in parallel.
So code like rm -f ${package_dir}/coverage.out.rerun.* simply deletes the coverage reports of other runs.

We should add the ${iteration} to the wildcard.

@igor-sirotin igor-sirotin self-assigned this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant