You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/03/27 21:29:00 UTC

[jira] [Created] (FLINK-16837) Disable trimStackTrace in surefire plugin

Chesnay Schepler created FLINK-16837:
----------------------------------------

             Summary: Disable trimStackTrace in surefire plugin
                 Key: FLINK-16837
                 URL: https://issues.apache.org/jira/browse/FLINK-16837
             Project: Flink
          Issue Type: Improvement
          Components: Build System
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.11.0


Surefire has a {{trimStackTrace}} option (enabled by default) which is supposed to cut off the junit parts of stacktraces.

However this has various unfortunate side-effects, such as being overzealous and hiding important bits of the stacktrace and hiding suppressed exceptions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)