junit - Get Gradle test results after hung test -
in our software, have few junit tests hang during execution due race conditions in tests. when 1 of these hangs occurred last night, killed forked java process running test. tests continued running expected until build completed.
after build, got error message (i running --continue) having killed gradle test executor xxx. when went @ test results, discovered html test report wasn't there, , neither xml test result files.
from have 2 questions: how can generate test reports without rerunning of tests (they take night run)? how can gracefully handle hung test without effecting build output?
Comments
Post a Comment