-
Notifications
You must be signed in to change notification settings - Fork 45
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
Exception in concrete execution of Recursion and empty test class generated #1130
Comments
@Domonion @sergeypospelov |
Not a recent regression. Postpone to the next release. |
Tests are generated with latest |
Closing as not reproducible. Tests are generated, no exception is thrown. |
Description
Empty test class is generated for Recursion and java.lang.Exception from com.jetbrains.rd.util.SwitchLogger.log (many recursive calls of Recursion.fib inside).
To Reproduce
Expected behavior
Tests are supposed to be generated.
Actual behavior
Empty test class was generated. That happened also when testing previous release.
The following exception is in concrete executor logs (last line repeats 1014 times).
Visual proofs (screenshots, logs, images)
InterruptedException was thrown once:
Exception from logger with 1014 calls of Recursion.fib is reproducing constantly:
full concrete execution.log
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.2 (Ultimate)
Additional context
Originally posted by @alisevych in #1125 (comment)
The text was updated successfully, but these errors were encountered: