parisni commented on PR #10897:
URL: https://github.com/apache/hudi/pull/10897#issuecomment-2016639652

   From the error logs you have
   ```
   Error:  DOCKER> [motoserver/moto:5.0.3] "it-aws": Timeout after 10060 ms 
while waiting on url http://localhost:5010/moto-api/
   Error:  DOCKER> Error occurred during container startup, shutting down...
   ```
   
   I cloned your branch and reproduce the error locally when running the IT 
tests. 
   
   
   Turns out you should use port `5000` and not `5010`. If you configure the 
container to the latter, you have to configure moto to use the same. But 
currently moto listen the former.
   
   In my case, falling back to `5000` port fixed the error, should be the same 
on azure CI


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

Reply via email to