guyuqi commented on PR #1108:
URL: https://github.com/apache/bigtop/pull/1108#issuecomment-1549383311

   > > I'm working on testing this PR. The tests are passed on 
Fedora-36,centos-7, ubuntu-20.
   > > But it appears test failed on Debian-11:
   > > ```
   > > ...
   > > ..
   > > .
   > > Notice: /Stage[main]/Solr::Server/Exec[solr init]/returns: Warning: Solr 
appears to be initialized (use --force to override)
   > > Error: '/bin/bash -c '/usr/bin/solrctl debug-dump | grep -q solr.xml || 
/usr/bin/solrctl init'' returned 1 instead of one of [0]
   > > Error: /Stage[main]/Solr::Server/Exec[solr init]/returns: change from 
'notrun' to ['0'] failed: '/bin/bash -c '/usr/bin/solrctl debug-dump | grep -q 
solr.xml || /usr/bin/solrctl init'' returned 1 instead of one of [0]
   > > ...
   > > ..
   > > .
   > > > Task :bigtop-tests:smoke-tests:solr:test FAILED
   > > :bigtop-tests:smoke-tests:solr:test (Thread[Execution worker for ':' 
Thread 12,5,main]) completed. Took 19.281 secs.
   > > 
   > > FAILURE: Build failed with an exception.
   > > 
   > > * What went wrong:
   > > Execution failed for task ':bigtop-tests:smoke-tests:solr:test'.
   > > 
   > > > Task :bigtop-tests:smoke-tests:solr:test FAILED
   > > :bigtop-tests:smoke-tests:solr:test (Thread[Execution worker for ':' 
Thread 12,5,main]) completed. Took 19.281 secs.
   > > 
   > > FAILURE: Build failed with an exception.
   > > 
   > > * What went wrong:
   > > Execution failed for task ':bigtop-tests:smoke-tests:solr:test'.
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > `solr init` was failed which is deployed by puppet. Could you please 
help fix it? Thanks.
   > 
   > @guyuqi Debian-11 works on my machine after applied #1111 :
   > 
   > ```
   > [root@localhost bigtop]# ./gradlew docker-provisioner 
-Pconfig=config_debian-11.yaml -Pmemory=4g -Pnum_instances=1 
-Pstack=zookeeper,solr -Psmoke_tests=zookeeper,solr
   > 
   > ......
   > > Task :bigtop-tests:smoke-tests:solr:test
   > Finished generating test XML results (0.001 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/solr/build/test-results/test
   > Generating HTML test report...
   > Finished generating test html results (0.011 secs) into: 
/bigtop-home/bigtop-tests/smoke-tests/solr/build/reports/tests/test
   > Now testing...
   > :bigtop-tests:smoke-tests:solr:test (Thread[Execution worker for ':' 
Thread 5,5,main]) completed. Took 23.049 secs.
   > 
   > BUILD SUCCESSFUL in 8m 45s
   > 33 actionable tasks: 8 executed, 25 up-to-date
   > Stopped 1 worker daemon(s).
   > + rm -rf buildSrc/build/test-results/binary
   > + rm -rf /bigtop-home/.gradle
   > ```
   
   Thanks.
   I will test it on Arm64 and merge it if the build and tests pass. 


-- 
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]

Reply via email to