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

VM: reduce test noise and improve test output #2790

Open
petar-dambovaliev opened this issue Sep 12, 2024 · 0 comments
Open

VM: reduce test noise and improve test output #2790

petar-dambovaliev opened this issue Sep 12, 2024 · 0 comments

Comments

@petar-dambovaliev
Copy link
Contributor

Running GNOVM tests is very noisy.
It makes looking for valuable information difficult.

Tests that are passing should not say anything except their name.
The only stack trace in the output should be in a failing test.
Tests that are designed to fail (failing means they succeed) should not output a stack trace.
The testing code also in case of failure can provide wrong information about what the problem is.
That can make it so you have to debug the testing code first, to find what the actual problem is and then debug your code.

This would reduce potential friction in any issue worked on in the future.

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

No branches or pull requests

3 participants