This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new 9ee5327c788 SOLR-17161 Smoketester should expect folder 'solrj-jetty'
(#4047)
9ee5327c788 is described below
commit 9ee5327c78816393bb167d5899baa6c986b1138d
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 7af9fb22e34..7fbf3c3e47b 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', 'versions.lock']
expected_src_solr_files = ['build.gradle']
- 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']
+ 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']
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)