review: feat: Do not trim surefire stacktraces #4675
Merged
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.
This ensures CI logs actually show you all information about failures instead of only the topmost few frames.
Found as the CI runs in #4672 were utterly useless. The real error was a lot further down and only found as java 17 included the variable name in the null pointer explanation.
Example before: https://github.com/INRIA/spoon/runs/5960899222?check_suite_focus=true#step:10:419
Example after: https://github.com/INRIA/spoon/runs/5960957519?check_suite_focus=true#step:10:720
This option will also be the default in upcoming surefire releases (starting with 3.0.0-M6). I can also update the surefire plugin instead of configuring this, if you want.