Skip to content

Commit acf70f2

Browse files
committed
Temporary changes to debug proxy tests on Jenkins
1 parent eb61568 commit acf70f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ pipeline{
172172
export GRADLE_USER_HOME=$WORKSPACE/$GRADLE_DIR
173173
export PATH=$GRADLE_USER_HOME:$JAVA_HOME/bin:$PATH
174174
cd java-client-api
175-
./gradlew cleanTest marklogic-client-api:test
176175
./gradlew -PtestUseReverseProxyServer=true test-app:runReverseProxyServer marklogic-client-api-functionaltests:runFastFunctionalTests || true
177176
'''
178177
junit '**/build/**/TEST*.xml'

marklogic-client-api-functionaltests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tasks.register("runFastFunctionalTests", Test) {
5353
description = "Run all fast functional tests that don't setup/teardown custom app servers / databases"
5454
testClassesDirs = sourceSets.test.output.classesDirs
5555
classpath = sourceSets.test.runtimeClasspath
56-
include "com/marklogic/client/fastfunctest/**"
56+
include "com/marklogic/client/fastfunctest/TestAgg*"
5757
// Exclude the "fragile" ones
5858
exclude "com/marklogic/client/fastfunctest/TestQueryOptionBuilder.class"
5959
exclude "com/marklogic/client/fastfunctest/TestRawCombinedQuery.class"

0 commit comments

Comments
 (0)