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

Improve failed tests logging #22

Open
bee344 opened this issue Nov 8, 2024 · 1 comment
Open

Improve failed tests logging #22

bee344 opened this issue Nov 8, 2024 · 1 comment

Comments

@bee344
Copy link
Owner

bee344 commented Nov 8, 2024

We should log which tests fail for which chain, in order to facilitate coverage comparison between chains. The log should contain a summary for each chain with the amount of passed/failed/total tests, passing/ failing percentage, segregated by test suite (matter-labs/contracts). It should also specify which tests failed for each chain. We could also present the latter as the failed tests with a small indicator of for which chains it failed.

I see it looking something like this:

- <CHAIN>
- - Succesful Tests: ${amount} / ${percentage}
- - Failed Tests: ${amount} / ${percentage}
- Failed Tests
- - <FAILING-TEST-NAME> : <CHAINS> 
@bee344
Copy link
Owner Author

bee344 commented Nov 8, 2024

These logs would be stored in a more permanent place and should only be updated when the tests situation changes. This should also facilitate picking only failing tests to rerun and save time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant