Closed Dominik-Sauer closed 4 years ago
Sounds like a reasonable idea
Anything else to be done here? We'd like to get this fixed in the upstream instead of maintaining our patched version. Thanks.
Anything else to be done here? We'd like to get this fixed in the upstream instead of maintaining our patched version. Thanks.
Sorry about that. I would like to have this tested, but I'm not sure how to do that.
Dev-release off a branch with this?
I'll try to amend with tests.
So I've written some tests for the fixed bailout.
Looks good to me now.
So, is there anything I can do to get in merged?
Some derived harnesses, e.g. T:H:JUnit, do all their meaningful work (e.g. formatting aggregated test results into XML) after the aggregate_tests finishes normally. Bailing out prevented this meaningful work to be finished, causing the test results, including potential clues to why the test bailed out in first place, to be thrown away.