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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -