We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description
In IDEA it is possible to run multiple test generation processes simultaneously. Only one succeedes and it is unpredictable which one.
To Reproduce
Steps to reproduce the behavior:
RandomClass.kt
class RandomClass { fun functionToTest(a: Int, b: Double): String { val c = 100 / a + b return c.toString() } }
DateExample.kt
import java.util.* class DateExample { fun getTime(date: Date): Boolean { return date.time == 100L } }
Alt+Shift+U
Expected behavior
Tests are supposed to be generated.
Actual behavior
Only one test is generated, another one shows following error:
Visual proofs (screenshots, logs, images)
Additional context
idea.log
Files Project - untitled.zip
The text was updated successfully, but these errors were encountered:
Simultaneous test generation crashes one of them #919
765a7d7
Step 1
562f6b1
Step 2
Vassiliy kudryashov/919 simultaneous test generation crashes one of t…
767e65c
…hem (#1164) Simultaneous test generation crashes one of them #919
Vassiliy-Kudryashov
Successfully merging a pull request may close this issue.
Description
In IDEA it is possible to run multiple test generation processes simultaneously. Only one succeedes and it is unpredictable which one.
To Reproduce
Steps to reproduce the behavior:
RandomClass.kt
with following content:DateExample.kt
with following content:Alt+Shift+U
shortcutExpected behavior
Tests are supposed to be generated.
Actual behavior
Only one test is generated, another one shows following error:
Visual proofs (screenshots, logs, images)
java_hyoQnboBEE.mp4
Additional context
idea.log
does not contain nor exceptions nor useful informationFiles
Project - untitled.zip
The text was updated successfully, but these errors were encountered: