epugh commented on PR #3706: URL: https://github.com/apache/solr/pull/3706#issuecomment-4128346617
Okay, looks like we time out after 30 seconds, but that appears from the log like it's way not enough time due to slow machine downloading docker images... That is how I read it.. Before I bump it to 120 seconds or larger, would love it if you thought the same: ``` # Docker artifacts saved to: /home/jenkins/jenkins-agent/workspace/Solr/Solr-TestIntegration-10.x/solr/packaging/build/test-output/docker not ok 79 Docker SolrCloud rolling upgrade # in 30596 ms # (in test file test/test_rolling_upgrade.bats, line 118) # `wait_for 30 1 docker exec solr-node1 solr healthcheck -c test-collection' failed with status 127 # 9.10.0-SNAPSHOT-slim: Pulling from apache/solr-nightly # af6eca94c810: Pulling fs layer # cb0efb96dabd: Pulling fs layer # 3e9d91201f40: Pulling fs layer # 66b76b382631: Pulling fs layer # 601f2c23751f: Pulling fs layer # 0ed719aef393: Pulling fs layer # 69a09c96e8bf: Pulling fs layer # c937aee9a870: Pulling fs layer # 9cdfe5320de8: Pulling fs layer # 3aa9120e46f5: Pulling fs layer # 0ed719aef393: Waiting # 69a09c96e8bf: Waiting # c937aee9a870: Waiting # 601f2c23751f: Waiting # 9cdfe5320de8: Waiting # 4f4fb700ef54: Pulling fs layer # 3aa9120e46f5: Waiting # 4f4fb700ef54: Waiting # cb0efb96dabd: Verifying Checksum # cb0efb96dabd: Download complete # 3e9d91201f40: Verifying Checksum # 3e9d91201f40: Download complete # 66b76b382631: Verifying Checksum # 66b76b382631: Download complete # af6eca94c810: Verifying Checksum # af6eca94c810: Download complete # 601f2c23751f: Verifying Checksum # 601f2c23751f: Download complete # 69a09c96e8bf: Download complete # c937aee9a870: Verifying Checksum # c937aee9a870: Download complete # 3aa9120e46f5: Download complete # 9cdfe5320de8: Download complete # af6eca94c810: Pull complete # 4f4fb700ef54: Verifying Checksum # 4f4fb700ef54: Download complete # 0ed719aef393: Verifying Checksum # 0ed719aef393: Download complete # cb0efb96dabd: Pull complete # 3e9d91201f40: Pull complete # 66b76b382631: Pull complete # 601f2c23751f: Pull complete # 0ed719aef393: Pull complete # 69a09c96e8bf: Pull complete # c937aee9a870: Pull complete # 9cdfe5320de8: Pull complete # 3aa9120e46f5: Pull complete # 4f4fb700ef54: Pull complete # Digest: sha256:15c8155ceffe1042f37c77bb537aa531804a3510702ff87f2af5fedf523f4203 # Status: Downloaded newer image for apache/solr-nightly:9.10.0-SNAPSHOT-sli ``` -- 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]
