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

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


The following commit(s) were added to refs/heads/branch_9_10 by this push:
     new 2046ab17e68 SOLR-17979 Fix smokeTestRelease.py - not require 'help' 
folder - expect 'changelog' folder
2046ab17e68 is described below

commit 2046ab17e68a5fe4bd6f155d5a4fc988fdc8529d
Author: Jan Høydahl <[email protected]>
AuthorDate: Sun Nov 2 20:29:03 2025 +0100

    SOLR-17979 Fix smokeTestRelease.py
    - not require 'help' folder
    - expect 'changelog' folder
---
 dev-tools/scripts/smokeTestRelease.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/smokeTestRelease.py 
b/dev-tools/scripts/smokeTestRelease.py
index a521f0d368f..abec78020b5 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -637,7 +637,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, 
version, testArgs):
   #     in_root_folder.remove(fileName)
 
   if isSrc:
-    expected_src_root_folders = ['buildSrc', 'dev-docs', 'dev-tools', 
'gradle', 'help', 'solr']
+    expected_src_root_folders = ['buildSrc', 'changelog', 'dev-docs', 
'dev-tools', 'gradle', 'solr']
     expected_src_root_files = ['build.gradle', 'gradlew', 'gradlew.bat', 
'settings.gradle', 'versions.lock', 'versions.props']
     expected_src_solr_files = ['build.gradle']
     expected_src_solr_folders = ['benchmark',  'bin', 'modules', 'api', 
'core', 'cross-dc-manager', 'docker', 'documentation', 'example', 'licenses', 
'packaging', 'distribution', 'prometheus-exporter', 'server', 'solr-ref-guide', 
'solrj', 'solrj-streaming', 'solrj-zookeeper', 'test-framework', 'webapp', 
'.gitignore', '.gitattributes']

Reply via email to