You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "snuyanzin (via GitHub)" <gi...@apache.org> on 2023/03/29 05:44:05 UTC

[GitHub] [flink] snuyanzin commented on pull request #20128: [FLINK-28347][Test infrastructure] Update testcontainers dependency to v1.17.6

snuyanzin commented on PR #20128:
URL: https://github.com/apache/flink/pull/20128#issuecomment-1487979862

   @MartijnVisser  seems I found the reason
   It looks the issue was in inconsistent jna dependency provided by flink-end-to-end-tests.
   At the same time testcontainers 1.17.6. depends on docker-java-transport-zerodep 3.2.13 which  depends on jna 5.8.0
   
   ```
   [INFO] +- org.testcontainers:junit-jupiter:jar:1.17.6:test
   [INFO] |  \- org.testcontainers:testcontainers:jar:1.17.6:test
   [INFO] |     +- org.apache.commons:commons-compress:jar:1.21:test
   [INFO] |     +- org.rnorth.duct-tape:duct-tape:jar:1.0.8:test
   [INFO] |     |  \- org.jetbrains:annotations:jar:17.0.0:test
   [INFO] |     +- com.github.docker-java:docker-java-api:jar:3.2.13:test
   [INFO] |     |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:test
   [INFO] |     \- com.github.docker-java:docker-java-transport-zerodep:jar:3.2.13:test
   [INFO] |        +- com.github.docker-java:docker-java-transport:jar:3.2.13:test
   [INFO] |        \- net.java.dev.jna:jna:jar:5.8.0:test
   
   ```
   
   by the way since 5.7.0 contains fixes for M1 it could potentially improve situation with tests on M1 (I can not check it)


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org