From 871465fa3b2db0fb7fd31614777573c198885000 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 14 Mar 2018 12:02:12 +0100 Subject: [PATCH] DATAREDIS-787 - Retain stack trace in tests. We now disable JVM's stack trace omission on fast code paths to investigate exceptions thrown within tests. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 862aedfcf..bcb1b0aed 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,8 @@ org.apache.maven.plugins maven-surefire-plugin + + -XX:-OmitStackTraceInFastThrow **/*Tests.java **/*Test.java