janhoy commented on PR #3240: URL: https://github.com/apache/solr/pull/3240#issuecomment-2700380093
I ran crave locally since it does not work in gh-actions: ``` ../crave run Downloading update https://github.com/accupara/crave/releases/download/0.2-7064/crave-0.2-7064-darwin-amd64.bin Selecting project Solr (id:39) Picking up local changes (if any)... 3 files changed, 25 insertions(+), 10 deletions(-) No build commands specified Running preconfigured build commands ./gradlew --console=plain test To run custom build commands use crave [options] run [options] -- "customCommand1; customCommand2; ..." Waiting for build id:185108 to start... Services in this job can be accessed using the following: Service Remote Access URL ----------- -------- ---------------------------- shellinabox 5898 shellinabox://localhost:5898 ssh 22 ssh://localhost:41528 vscode 5899 vscode://localhost:5899 Setting up workspace (this could take some time)... Pulling container image accupara/openjdk:21... Finished pulling container image accupara/openjdk@sha256:8f36c8fd41df83a9773ac84785b5b16d29fd4eb5c94c1cc49327785bddca183e took 1.088967291s Switched to a new branch 'feature/SOLR-17690-zkToolZKHostFromEnv' setting commitID to e668dceb6bec0b838d5f1e045483432abd6b6612 From /home/admin/.craved/GUnip8pjhjmR-561c264fd117b4e8a8d25c057caef7c71e43099d.patch.gz.b64 * branch HEAD -> FETCH_HEAD Updating e668dceb6be..1580a6c19c6 Fast-forward .../src/java/org/apache/solr/cli/CLIUtils.java | 25 ++++++++++++++++++---- .../java/org/apache/solr/cli/RunExampleTool.java | 4 ++-- .../org/apache/solr/cli/ZkSubcommandsTest.java | 6 ++---- 3 files changed, 25 insertions(+), 10 deletions(-) Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details [--snip--] > Task :solr:core:wipeTaskTemp The slowest tests (exceeding 500 ms) during this run: 149.58s BasicAuthIntegrationTest.testBasicAuth (:solr:core) 70.52s PeerSyncReplicationTest.test (:solr:core) 66.55s TestDistributedSearch.test (:solr:core) 65.63s ReplicationFactorTest.test (:solr:core) 64.00s BasicDistributedZkTest.test (:solr:core) 57.93s TestCpuAllowedLimit.testDistribLimit (:solr:core) 54.98s BasicDistributedZk2Test.test (:solr:core) 51.94s SyncSliceTest.test (:solr:core) 50.02s UnloadDistributedZkTest.test (:solr:core) 45.63s SolrAndKafkaReindexTest.testFullCloudToCloud (:solr:cross-dc-manager) The slowest suites (exceeding 1s) during this run: 149.65s BasicAuthIntegrationTest (:solr:core) 113.65s SchemaTest (:solr:solrj) 111.93s TestRecovery (:solr:core) 107.73s TestCpuAllowedLimit (:solr:core) 96.31s MultiThreadedOCPTest (:solr:core) 89.91s TestCollectionAPI (:solr:core) 85.43s TestPullReplica (:solr:core) 82.79s TestCoordinatorRole (:solr:core) 77.73s StreamDecoratorTest (:solr:solrj-streaming) 75.33s PeerSyncReplicationTest (:solr:core) BUILD SUCCESSFUL in 6m 32s 146 actionable tasks: 142 executed, 4 up-to-date ------------------------------------------------------------------------ Build Successful Total time: 7m22.5s ------------------------------------------------------------------------ ``` -- 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]
