yashmayya opened a new pull request, #17704:
URL: https://github.com/apache/pinot/pull/17704

   Attempt to fix errors like:
   
   ```
     19:44:52.125 ERROR [DockerClientProviderStrategy] [main] Could not find a 
valid Docker environment. Please check configuration. Attempted configurations 
were:
        UnixSocketClientProviderStrategy: failed with exception 
BadRequestException (Status 400: {"message":"client version 1.32 is too old. 
Minimum supported API version is 1.44, please upgrade your client to a newer 
version"}
     )
        DockerDesktopClientProviderStrategy: failed with exception 
NullPointerException (null). Root cause NullPointerException (null)As no valid 
configuration was found, execution cannot continue.
   ```
   
   which were probably caused by the GitHub Actions runner being updated to use 
a newer Docker engine version (which dropped support for the older Docker API 
version being used by our version of `testcontainers`).


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