Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-04-05 Thread via GitHub
nastra closed issue #12236: Move docker-specific tests to integrationTest configuration URL: https://github.com/apache/iceberg/issues/12236 -- 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 specif

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-04-04 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2779570365 Thanks all! I was able to verify locally that `./gradlew test --continue` without docker did not fail any docker related tests -- This is an automated message from the Apache

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
anuragmantri commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692332346 > what does "we dont run AWS integration tests at all" mean? AWS integration tests require some keys as ENV vars to successfully run. So today our CI does not run any AW

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692320319 > We cannot move AWS tests since we don't run AWS integration tests at all. what does "we dont run AWS integration tests at all" mean? For context, this issue came

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
anuragmantri commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692318416 That's correct. We cannot move AWS tests since we don't run AWS integration tests at all. I haven't looked at the Kafka tests though -- This is an automated message from the

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692316563 Out of the 3 failed test suites, #12274 only addressed `iceberg-azure`, right? ``` > Task :iceberg-azure:test > Task :iceberg-aws:test > Task :iceberg-kafka-conn

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-02-28 Thread via GitHub
anuragmantri commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2691617745 Sorry, it was my mistake, I think I marked my PR as `closes` this issue. When @nastra merged, it would have automatically closed this issue. -- This is an automated message

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-02-28 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2691483016 hey @nastra I dont think we can close the issue just yet. we'd want to be able to run `./gradlew build` without any docker daemon -- This is an automated message from the Apac