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

   ## Summary
   - Upgrade all Testcontainers dependencies to 1.20.1 across `amoro-ams` and 
`amoro-mixed-flink` modules
   - GitHub Actions runner updated Docker engine to require minimum API version 
1.44, but the old Testcontainers (1.17.2/1.18.1) uses client API version 1.32, 
causing `AmoroAMSTest` to fail with `"client version 1.32 is too old"` error
   - Unify all Testcontainers versions to 1.20.1 (already used by `k3s` 
artifact in `amoro-ams`)
   
   ## Changes
   | Module | Before | After |
   |--------|--------|-------|
   | `amoro-ams` (testcontainers, junit-jupiter) | 1.17.2 | 1.20.1 |
   | `amoro-ams` (mysql) | 1.19.6 | 1.20.1 |
   | `amoro-mixed-flink-1.16` | 1.17.2 | 1.20.1 |
   | `amoro-mixed-flink-1.17` | 1.17.2 | 1.20.1 |
   | `amoro-mixed-flink-1.18` | 1.18.1 | 1.20.1 |
   | `amoro-mixed-flink-common` | 1.18.1 | 1.20.1 |
   | `amoro-mixed-flink-common-iceberg-bridge` | 1.18.1 | 1.20.1 |
   
   ## Test plan
   - [ ] Verify `Core/hadoop2 CI with Maven` workflow passes
   - [ ] Verify `Core/hadoop3 CI with Maven` workflow passes
   - [ ] Verify no test regressions from Testcontainers upgrade


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