-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bug
Description
Description
If we launch action on project that is not-compilable, UTBot will continue test generation after failed build and throw an exception.
To Reproduce
- Create a class that can't be compiled.
- Launch action on it
Expected behavior
Action ends after build failure
Actual behavior
Exception is thrown in IDEA.
Additional context
This bug may also impact behavior in #1081
Metadata
Metadata
Assignees
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done
Milestone
Relationships
Development
Select code repository
Activity
alisevych commentedon Oct 5, 2022
Additional context
I would also add the following test scenario for the future fix:
Cancel test generation if compilation was not successful #1100 (#1103)
Cancel test generation if compilation was not successful UnitTestBot#…
Cancel test generation if compilation was not successful UnitTestBot#…