You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a developer stops runIde gradle task using Stop button there are process(es) left running.
The same is for rerun Run or Debug using Idea interface.
That leads to incorrect UnitTestBot work on the next runs.
To Reproduce
Run the 'UTBotJava' project in IntelliJ Idea
Run or Debug utbot-intellij:runIde task
Wait for debug IDEA to be opened
Stop runIde task
Open Task Manager
Rerun runIde task
Expected behavior
Stop gradle task should close all running processes.
Next runs should be performed correctly - without influences from previous ones.
Description
If a developer stops runIde gradle task using Stop button there are process(es) left running.
The same is for rerun Run or Debug using Idea interface.
That leads to incorrect UnitTestBot work on the next runs.
To Reproduce
Expected behavior
Stop gradle task should close all running processes.
Next runs should be performed correctly - without influences from previous ones.
Actual behavior
There is a process left running.
Next run often fail with exception.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.3
Additional context
Current workaround is to close debug IDE gracefully - by clicking X button on IDEA window.
Or to manually kill running processes.
The text was updated successfully, but these errors were encountered: