GWphua opened a new pull request, #17543:
URL: https://github.com/apache/druid/pull/17543

   ### Description
   
   Currently, Standard ITS integration tests fail on the command:
   ```
   RUN APACHE_ARCHIVE_MIRROR_HOST=${APACHE_ARCHIVE_MIRROR_HOST} 
/root/base-setup.sh && rm -f /root/base-setup.sh
   ```
   
   We will see the following error logged when this happens:
   `ERROR: failed to solve: process "/bin/sh -c 
APACHE_ARCHIVE_MIRROR_HOST=${APACHE_ARCHIVE_MIRROR_HOST} /root/base-setup.sh && 
rm -f /root/base-setup.sh" did not complete successfully: exit code: 4`
   
   
   A [brief online 
search](https://forums.docker.com/t/failed-build-with-dockerfile-returned-a-non-zero-code-4/9189)
 shows that the exit code 4 signifies some network issues, probably due to the 
`wget` commands in `integration-tests/docker/base-setup.sh`. This PR aims to 
reduce the chances of failing due to these network issues, by rerunning the 
setup script.
   
   
   <hr>
   
   This PR has:
   
   - [x] been self-reviewed.
   


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

Reply via email to