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

Test Runner Output Can Be Truncated #1456

Closed
marcomorain opened this issue Jan 8, 2022 · 0 comments · Fixed by #1457
Closed

Test Runner Output Can Be Truncated #1456

marcomorain opened this issue Jan 8, 2022 · 0 comments · Fixed by #1457
Labels
bug Something isn't working test-runner

Comments

@marcomorain
Copy link
Contributor

Since merged my changes to add Test Runner support, I've noticed a bug when test return errors, specifically in my case when test fixtures throw exceptions.

This manifests with test output being truncated prematurely, and no prompt being printed after the test fails.

marcomorain added a commit to marcomorain/calva that referenced this issue Jan 8, 2022
There were a bunch of places where the data from Cider contains null
data, specifically where exceptions are thrown from test fixtures. This
change addresses the nulls, and handles them.

Fixes BetterThanTomorrow#1456
@bpringe bpringe added bug Something isn't working test-runner labels Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test-runner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants