davedwwang opened a new pull request, #4092:
URL: https://github.com/apache/amoro/pull/4092

   ## Why are the changes needed?
   The integration tests (specifically AmoroAMSTest) are failing in the GitHub 
Actions environment. The error log indicates that Testcontainers is attempting 
to use Docker API version 1.32, which is no longer supported by the Docker 
daemon in the current GitHub Runner environment. The runner now requires a 
minimum API version of 1.44.
   
   Close #4088.
   
   ## Brief change log
   - Added a "Setup Docker for Testcontainers" step to manually configure the 
Docker API version (1.44), addressing compatibility issues with newer Docker 
Engines.
   - Standardized all org.testcontainers dependencies by introducing the 
Testcontainers BOM to ensure version consistency across all modules.
   
   -
   
   ## How was this patch tested?
   
   - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
   
   - [ ] Add screenshots for manual tests if appropriate
   
   - [x ] Run test locally before making a pull request
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented? not documented
   


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