I opened ticket https://github.com/apache/iceberg/issues/13452 to report and track this issue.
On Thu, Jul 3, 2025 at 4:39 AM Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi > > That explains the problem we discussed together in your environment :) > > If it doesn't impact the other (majority) environments, I'm fine with this. > > Regards > JB > > On Wed, Jul 2, 2025 at 12:23 PM Claude Warren, Jr > <claude.war...@aiven.io.invalid> wrote: > > > > Greetings, > > > > I am unable to run the testcontainers based integration tests on my > Fedora 42 system. I don't know if the problem is in Fedora 42 or in the > testcontainers, but obviously the code works on a multitude of other OSs > and versions. > > > > I have found that if I add `whithLocalCompose(true)` to the > `ComposeContainer` created in the `TestContext` class it works. > > > > I would like to add an environment variable TEST_LOCAL_COMPOSE that if > set 'true' will add the `whithLocalCompose(true)` to the `ComposeContainer`. > > > > Now I know that this is specific to my current problem, but I suspect > that in future there will be others that can be resolved with this solution. > > > > Is there any objection to my opening an issue and PR to cover this? > > Does anyone know of a different solution? > > > > Thanks, > > Claude >