Skip to content

Commit d069870

Browse files
committed
MLE-24523 Debugging reverse proxy tests
1 parent 2760447 commit d069870

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ pipeline {
178178
./gradlew clean build -x test
179179
180180
// Run a sufficient number of tests to verify the PR.
181-
./gradlew cleanTest marklogic-client-api:test || true
181+
// Temporarily running a single test to debug the reverse proxy server
182+
//./gradlew cleanTest marklogic-client-api:test || true
183+
./gradlew -PtestUseReverseProxyServer=true runReverseProxyServer marklogic-client-api:test --tests ReadDocumentPageTest || true
182184
'''
183185
// Omitting this until MLE-24523 can be addressed
184186
// ./gradlew -PtestUseReverseProxyServer=true test-app:runReverseProxyServer marklogic-client-api-functionaltests:runFastFunctionalTests || true

0 commit comments

Comments
 (0)