Skip to content

Show exception stack trace if it happens in user code #368 #477

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

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

sofurihafe
Copy link
Member

Description

Renders a stack trace in a generated test when user code throws an exception.

Fixes # (368)

Type of Change

Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Automated Testing

Run utbot-samples pipeline.

Manual Scenario

Create a method that throws a runtime exception. Verify that only user code stack trace is rendered.

@sofurihafe sofurihafe requested a review from nikitavlaev July 11, 2022 09:28
@sofurihafe sofurihafe linked an issue Jul 11, 2022 that may be closed by this pull request
@EgorkaKulikov EgorkaKulikov requested review from EgorkaKulikov and removed request for nikitavlaev July 12, 2022 05:44
@EgorkaKulikov EgorkaKulikov changed the title Show exception stack trace if it happens in user code Show exception stack trace if it happens in user code #368 Jul 12, 2022
@EgorkaKulikov EgorkaKulikov merged commit 74ff9aa into main Jul 12, 2022
@EgorkaKulikov EgorkaKulikov deleted the andrey-t/stacktrace branch July 12, 2022 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Render stacktrace for concrete exceptions in failing tests
2 participants