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
The current error logging of OOM errors from the isolated test running process is not great, and can result in misleading errors such as java.lang.RuntimeException: java.nio.file.NoSuchFileException: CoveredTestResultPerTest.dat (ASSERT-KTH/flacoco#121)
For that we probably need to change the way we check if the process exited successfully here:
The current error logging of OOM errors from the isolated test running process is not great, and can result in misleading errors such as
java.lang.RuntimeException: java.nio.file.NoSuchFileException: CoveredTestResultPerTest.dat
(ASSERT-KTH/flacoco#121)For that we probably need to change the way we check if the process exited successfully here:
test-runner/src/main/java/eu/stamp_project/testrunner/EntryPoint.java
Lines 760 to 767 in 6130e56
The text was updated successfully, but these errors were encountered: