From ecc12903c5ede4afdfd0b62045898a08112f26b0 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Wed, 10 Feb 2021 15:35:30 +0100 Subject: [PATCH] Revert test debugging flags and update surefire/failsafe (#11016) * Revert "Add a profile for debugging tests that run from Maven (#11011)" This reverts commit 83895f0f The same functionality is already natively available in surefire, by adding the `-Dmaven.surefire.debug` flag to Maven. * Update surefire/failsafe version These new versions copes better when our tests prints to STDOUT, and disturbs the progress processing that these plugins do. --- pom.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index bb2ec25ec9..d4ca68c34a 100644 --- a/pom.xml +++ b/pom.xml @@ -297,12 +297,6 @@ -Dio.netty.noUnsafe=true - - ijDebug - - -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005 - - coverage @@ -368,12 +362,10 @@ 1.4.11.Final 2.0.10 "${settings.localRepository}"/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar - -server -dsa -da -ea:io.netty... -XX:+HeapDumpOnOutOfMemoryError - ${argLine.ijDebug} -javaagent:${jetty.alpnAgent.path}=${jetty.alpnAgent.option} @@ -1329,12 +1321,12 @@ maven-surefire-plugin - 2.22.1 + 2.22.2 maven-failsafe-plugin - 2.22.1 + 2.22.2 maven-clean-plugin