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

Cancel test generation if compilation was not successful #1100 #1103

Merged

Conversation

volivan239
Copy link
Collaborator

Description

Now, if src classes were not compiled successfully, we do not try to generate tests (this was already working, but seems to have been broken in #1019)

Fixes #1100

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Manual Scenario

Checked on scenarios from issue -- works as expected.

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@volivan239 volivan239 marked this pull request as ready for review October 5, 2022 14:22
@volivan239 volivan239 enabled auto-merge (squash) October 5, 2022 14:25
@volivan239 volivan239 merged commit 53c3b3f into main Oct 5, 2022
@volivan239 volivan239 deleted the volivan239/fix_classnotfound_for_class_in_wrong_package branch October 5, 2022 14:58
@alisevych alisevych added this to the 2022.10.1 Release milestone Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClassNotFoundException thrown if build fails
3 participants