[tests-only] Remove jarnaiz\JUnitFormatter\JUnitFormatterExtension from acceptance tests #39964
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Sometimes when tests fail the behat run fails with errors in jarnaiz\JUnitFormatter like:
https://drone.owncloud.com/owncloud/files_spaces/270/16/13
Various special characters in output are confusing that extension.
The extension was added a long time ago in PR #19680 - it is supposed to create an
output/report.xml
file that contains test result information. But actually it does not currently work properly anyway. For me locally it only reports the test suite that was run and no result data.I discovered j-arnaiz/behat-junit-formatter#12 - the extension has been abandoned for a long time. And we do not try to use the output anyway. The current Behat https://behat.org/en/latest/user_guide/command_line_tool/formatting.html has a
junit
output format available. We could investigate that separately, maybe it will help us to be able to more easily automatically analyze test results, compare with expected-failures etc.But for now, this PR removes the abandoned extension so that it will not cause us any more trouble.
Related Issue
owncloud/QA#737
How Has This Been Tested?
CI and local acceptance test runs.
Types of changes
Checklist: