Skip to content

Commit

Permalink
[build] Let surefire plugin to keep the full stacktrace on test failu…
Browse files Browse the repository at this point in the history
…re (#2804)

This closes #2804.
  • Loading branch information
PatrickRen authored Dec 3, 2023
1 parent b60322b commit cfb3fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ under the License.
<configuration>
<forkCount>${flink.forkCount}</forkCount>
<reuseForks>${flink.reuseForks}</reuseForks>
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<forkNumber>0${surefire.forkNumber}</forkNumber>
</systemPropertyVariables>
Expand Down

0 comments on commit cfb3fd2

Please sign in to comment.