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
It looks like a corner case for the child process timeout - as such as the generated test takes 1000 + epsilon milliseconds to execute, a child process does not detect such overflow of hanging tests timeout. Tests are generated as expected in case of decreasing the hanging tests timeout setting or increasing sleeping time. @sergeypospelov what do you think?
Description
When a hanging test is generated by Symbolic execution, it doesn't have Timeout annotation.
To Reproduce
Expected behavior
Tests whose generation lasts for more than 1000 millisec should fail with TimeoutException.
Actual behavior
Test generated by Symbolic execution, lasts for , it doesn't have Timeout annotation.
Tests generated by Fuzzing has correct annotation.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.2 / 2022.1.4
Additional context
Also Fuzzing test generation mode throws exception in Concrete execution logs:
The text was updated successfully, but these errors were encountered: