janhoy commented on PR #4267: URL: https://github.com/apache/solr/pull/4267#issuecomment-4194638588
Also ran the BATS test `gradle integrationTests --tests=test_zk.bats` after setting `SOLR_PICOCLI=true`. Needed to modify some tests to account for wanted differences. ``` Running BATS tests with Solr base port 50209 1..11 ok 1 short help # in 719 ms ok 2 short help is inferred # in 664 ms ok 3 long help # in 640 ms ok 4 listing out files # in 2988 ms ok 5 connecting to solr via various solr urls and zk hosts # in 6845 ms ok 6 copying files around # in 14725 ms ok 7 upconfig # in 5549 ms ok 8 SOLR-12429 test upconfig fails with symlink # in 865 ms ok 9 downconfig # in 2232 ms ok 10 bin/solr zk cp gets 'solrhome' from '--solr-home' command line option # in 7423 ms ok 11 env var ZK_HOST is honored # in 3768 ms BUILD SUCCESSFUL in 1m ``` As we continue to port more tools to PicoCli, more and more of the BATS tests will 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
