From 6f613e815e421ed55a88587908ae86d831aa8376 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 5 Jul 2017 10:53:56 -0700 Subject: [PATCH] Restoring logging/testing now that cdi testing is fixed --- Jenkinsfile | 2 +- .../cdi-websocket/src/test/resources/jetty-logging.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ee6787857f..0016dc734dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ node { withEnv(mvnEnv) { timeout(time: 90, unit: 'MINUTES') { // Run test phase / ignore test failures - sh "mvn -B install -Dmaven.test.failure.ignore=true -Dtest=**/org/eclipse/jetty/cdi/**" + sh "mvn -B install -Dmaven.test.failure.ignore=true" // Report failures in the jenkins UI step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml']) diff --git a/jetty-cdi/cdi-websocket/src/test/resources/jetty-logging.properties b/jetty-cdi/cdi-websocket/src/test/resources/jetty-logging.properties index 6741a02906c..eeed11d303b 100644 --- a/jetty-cdi/cdi-websocket/src/test/resources/jetty-logging.properties +++ b/jetty-cdi/cdi-websocket/src/test/resources/jetty-logging.properties @@ -6,8 +6,8 @@ org.jboss.LEVEL=INFO # org.eclipse.jetty.util.component.LEVEL=DEBUG # org.eclipse.jetty.websocket.common.LEVEL=DEBUG -org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG -org.eclipse.jetty.cdi.LEVEL=DEBUG +# org.eclipse.jetty.util.DecoratedObjectFactory.LEVEL=DEBUG +# org.eclipse.jetty.cdi.LEVEL=DEBUG # org.eclipse.jetty.LEVEL=DEBUG # org.eclipse.jetty.websocket.LEVEL=DEBUG