This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10_0 by this push:
new 9e14fdc76c9 SOLR-17161 Smoketester should expect folder 'solrj-jetty'
(#4047)
9e14fdc76c9 is described below
commit 9e14fdc76c9a9c778d2f8e19f480ba6cd14c6639
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Jan 13 23:01:20 2026 +0100
SOLR-17161 Smoketester should expect folder 'solrj-jetty' (#4047)
(cherry picked from commit c93bea106ec0845fa7097781a3d3dfac9e59f6ee)
---
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 2356708ab6c..9562ac283a3 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -634,7 +634,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision,
version, testArgs):
expected_src_root_folders = ['build-tools', 'changelog', 'dev-docs',
'dev-tools', 'gradle', 'solr']
expected_src_root_files = ['build.gradle', 'gradlew', 'gradlew.bat',
'settings.gradle', 'settings-gradle.lockfile', 'gradle.lockfile',
'kotlin-js-store', 'platform']
expected_src_solr_files = ['build.gradle', 'gradle.lockfile']
- expected_src_solr_folders = ['benchmark', 'bin', 'modules', 'api',
'core', 'cross-dc-manager', 'docker', 'documentation', 'example', 'licenses',
'packaging', 'distribution', 'server', 'solr-ref-guide', 'solrj',
'solrj-streaming', 'solrj-zookeeper', 'test-framework', 'webapp', '.gitignore',
'.gitattributes', 'ui']
+ expected_src_solr_folders = ['benchmark', 'bin', 'modules', 'api',
'core', 'cross-dc-manager', 'docker', 'documentation', 'example', 'licenses',
'packaging', 'distribution', 'server', 'solr-ref-guide', 'solrj',
'solrj-jetty', 'solrj-streaming', 'solrj-zookeeper', 'test-framework',
'webapp', '.gitignore', '.gitattributes', 'ui']
is_in_list(in_root_folder, expected_src_root_folders)
is_in_list(in_root_folder, expected_src_root_files)
is_in_list(in_solr_folder, expected_src_solr_folders)