From 43f5b2a69a0b9db8da471a49eeb81a9ff6b9cd5c Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Thu, 9 Sep 2021 17:26:45 +0200 Subject: [PATCH 1/2] PHOENIX-5893 Code coverage report not generated sometimes because of malformed input increase forkedProcessExitTimeoutInSeconds to 180s --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index f92950c3b65..b94788efa37 100644 --- a/pom.xml +++ b/pom.xml @@ -311,6 +311,7 @@ UTF-8 ${numForkedIT} + 180 alphabetical ${test.output.tofile} kill @@ -552,6 +553,7 @@ maven-surefire-plugin ${numForkedUT} + 180 true @{jacocoArgLine} -enableassertions -Xmx2250m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}" -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ From 031d4434c70917ac14965be7d413148db6921ea0 Mon Sep 17 00:00:00 2001 From: Istvan Toth Date: Fri, 10 Sep 2021 10:45:12 +0200 Subject: [PATCH 2/2] bump surefire plugin to to latest (3.0.0-M5) version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b94788efa37..ea617fba2a3 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ ${antlr.version} 3.1.1 - 2.22.2 + 3.0.0-M5 4.1.3 4.1.3 0.8.5