iwasakims commented on PR #1374:
URL: https://github.com/apache/bigtop/pull/1374#issuecomment-3237780165
smoke-tests of solr passed (using packages uploaded for preparing Bigtop
3.5.0 release).
```
$ ./docker-hadoop.sh \
--create 1 \
--image bigtop/puppet:3.5.0-ubuntu-24.04 \
--memory 16g \
--repo http://repos.bigtop.apache.org/releases/3.5.0/ubuntu/24.04/amd64 \
--stack zookeeper,solr \
--smoke-tests solr
...
> Task :bigtop-tests:smoke-tests:solr:test
Finished generating test XML results (0.01 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/solr/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.019 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/solr/build/reports/tests/test
Now testing...
Starting process 'command '/usr/bin/solrctl''. Working directory:
/bigtop-home/bigtop-tests/smoke-tests/solr Command: /usr/bin/solrctl collection
--delete smoke
Successfully started process 'command '/usr/bin/solrctl''
/usr/bin/solrctl: line 118: warning: command substitution: ignored null byte
in input
Starting process 'command '/usr/bin/solrctl''. Working directory:
/bigtop-home/bigtop-tests/smoke-tests/solr Command: /usr/bin/solrctl
instancedir --delete smoke
Successfully started process 'command '/usr/bin/solrctl''
Starting process 'command '/usr/bin/rm''. Working directory:
/bigtop-home/bigtop-tests/smoke-tests/solr Command: /usr/bin/rm -rf
/tmp/smoke_data
Successfully started process 'command '/usr/bin/rm''
:bigtop-tests:smoke-tests:solr:test (Thread[Execution worker for ':' Thread
3,5,main]) completed. Took 16.129 secs.
BUILD SUCCESSFUL in 43s
28 actionable tasks: 6 executed, 22 up-to-date
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]