This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 1f734cf70d2 SOLR-17556: Small smokeTest fix
1f734cf70d2 is described below

commit 1f734cf70d244d5885ae5bc84b044277e89a43ce
Author: Houston Putman <[email protected]>
AuthorDate: Fri Jan 10 15:57:10 2025 -0600

    SOLR-17556: Small smokeTest fix
---
 dev-tools/scripts/smokeTestRelease.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/scripts/smokeTestRelease.py 
b/dev-tools/scripts/smokeTestRelease.py
index fbeef6375bd..cb342379e26 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -668,7 +668,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, 
version, testArgs):
     java.run_java11('./gradlew --no-daemon integrationTest 
-Dversion.release=%s' % version, '%s/itest.log' % unpackPath)
     print("    build binary release w/ Java 11")
     java.run_java11('./gradlew --no-daemon dev -Dversion.release=%s' % 
version, '%s/assemble.log' % unpackPath)
-    testSolrExample("%s/solr/packaging/build/dev" % unpackPath, 
java.java11_home)
+    testSolrExample("%s/solr/packaging/build/dev" % unpackPath, 
java.java11_home, False)
 
     if java.run_java17:
       print("    run tests w/ Java 17 and testArgs='%s'..." % testArgs)
@@ -677,7 +677,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, 
version, testArgs):
       java.run_java17('./gradlew --no-daemon integrationTest 
-Dversion.release=%s' % version, '%s/itest-java17.log' % unpackPath)
       print("    build binary release w/ Java 17")
       java.run_java17('./gradlew --no-daemon dev -Dversion.release=%s' % 
version, '%s/assemble-java17.log' % unpackPath)
-      testSolrExample("%s/solr/packaging/build/dev" % unpackPath, 
java.java17_home)
+      testSolrExample("%s/solr/packaging/build/dev" % unpackPath, 
java.java17_home, False)
 
   else:
     # Binary tarball

Reply via email to