We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Expected behavior
Action ends after build failure
Actual behavior
Exception is thrown in IDEA.
Additional context
This bug may also impact behavior in #1081
The text was updated successfully, but these errors were encountered:
I would also add the following test scenario for the future fix:
Sorry, something went wrong.
Cancel test generation if compilation was not successful #1100 (#1103)
53c3b3f
Cancel test generation if compilation was not successful UnitTestBot#…
8449c16
…1100 (UnitTestBot#1103)
43efb96
volivan239
Successfully merging a pull request may close this issue.
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
Expected behavior
Action ends after build failure
Actual behavior
Exception is thrown in IDEA.
Additional context
This bug may also impact behavior in #1081
The text was updated successfully, but these errors were encountered: