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

"Generate and Run" action doesn't initiate test run #709

Closed
alisevych opened this issue Aug 11, 2022 · 1 comment · Fixed by #887
Closed

"Generate and Run" action doesn't initiate test run #709

alisevych opened this issue Aug 11, 2022 · 1 comment · Fixed by #887
Assignees
Labels
comp-ui Improvements of plugin UI appearence and functionality ctg-bug Issue is a bug status-verified Bug fix is verified

Comments

@alisevych
Copy link
Member

Description

Tests are not executed after generation - when "Generate and Run" action was selected.

To Reproduce

Steps to reproduce the behavior:

  1. Run UTBotJava project in IDEA 2022.1.4
  2. Open test generation for a class/method - for example ArraysQuickSort
  3. Select "Generate and Run" and click on it
  4. Wait for test generation to be completed.

Expected behavior

Tests should be run after generation.

Actual behavior

Tests are generated, but not executed.

Environment

Windows 10 Pro
IntelliJ IDEA 2022.1.4 (JRE 11)
UTBot plugin version

Additional context

Same with Parametrization on/off, same with test generation for one method or all methods of the class.

@alisevych alisevych added ctg-bug Issue is a bug comp-ui Improvements of plugin UI appearence and functionality labels Aug 11, 2022
@korifey korifey moved this to Todo in UTBot Java Aug 11, 2022
@alisevych
Copy link
Member Author

@Vassiliy-Kudryashov The issue is reproducing on one of the latest builds:
https://github.com/UnitTestBot/UTBotJava/actions/runs/2954996616
IntelliJ IDEA 2022.1.4 Ultimate

@Vassiliy-Kudryashov Vassiliy-Kudryashov moved this from Todo to In Progress in UTBot Java Sep 1, 2022
@alisevych alisevych added this to the Release preparation milestone Sep 7, 2022
Vassiliy-Kudryashov added a commit that referenced this issue Sep 8, 2022
Fix various exceptions around threads/locks/project model modifications
Switch from PsiFiles to SmartPsiElementPointers
Add logging for exceptions
@Vassiliy-Kudryashov Vassiliy-Kudryashov linked a pull request Sep 8, 2022 that will close this issue
3 tasks
@JaneEugenia JaneEugenia moved this from In Progress to Done in UTBot Java Sep 9, 2022
Vassiliy-Kudryashov added a commit that referenced this issue Sep 12, 2022
Fix various exceptions around threads/locks/project model modifications
Switch from PsiFiles to SmartPsiElementPointers
Add logging for exceptions
Resolving conflicts
Vassiliy-Kudryashov added a commit that referenced this issue Sep 12, 2022
Vassiliy-Kudryashov added a commit that referenced this issue Sep 13, 2022
Fix various exceptions around threads/locks/project model modifications
Switch from PsiFiles to SmartPsiElementPointers
Add logging for exceptions
Resolving conflicts
@tyuldashev tyuldashev added the status-verified Bug fix is verified label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-ui Improvements of plugin UI appearence and functionality ctg-bug Issue is a bug status-verified Bug fix is verified
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants