Testcontainers changes seem flaky?
# kotest-contributors
e
Testcontainers changes seem flaky?
Copy code
> Task :kotest-extensions:kotest-extensions-testcontainers:jvmMaxJdkTest

io.kotest.extensions.testcontainers.JdbcDatabaseContainerProjectExtensionTest2[jvm]

  Test SpecInstantiationException[jvm] FAILED

  java.lang.reflect.InvocationTargetException

  Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
      at io.kotest.extensions.testcontainers.JdbcDatabaseContainerProjectExtensionTest2.<init>(JdbcDatabaseContainerProjectExtensionTest.kt:58)

  Test executionError[jvm] FAILED

  io.kotest.engine.spec.SpecInstantiationException: Could not create instance of class io.kotest.extensions.testcontainers.JdbcDatabaseContainerProjectExtensionTest2

  Caused by: java.lang.reflect.InvocationTargetException

  Caused by: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
      at io.kotest.extensions.testcontainers.JdbcDatabaseContainerProjectExtensionTest2.<init>(JdbcDatabaseContainerProjectExtensionTest.kt:58)


io.kotest.extensions.testcontainers.JdbcDatabaseContainerSpecExtensionTest2[jvm]

  Test SpecInstantiationException[jvm] FAILED

  java.lang.reflect.InvocationTargetException

  Caused by: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
      at io.kotest.extensions.testcontainers.JdbcDatabaseContainerSpecExtensionTest2.<init>(JdbcDatabaseContainerSpecExtensionTest.kt:58)

  Test executionError[jvm] FAILED

  io.kotest.engine.spec.SpecInstantiationException: Could not create instance of class io.kotest.extensions.testcontainers.JdbcDatabaseContainerSpecExtensionTest2

  Caused by: java.lang.reflect.InvocationTargetException

  Caused by: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration
      at io.kotest.extensions.testcontainers.JdbcDatabaseContainerSpecExtensionTest2.<init>(JdbcDatabaseContainerSpecExtensionTest.kt:58)


FAILURE: Executed 4 tests in 5.4s (4 failed)
s
hmmm ok
ok i'll take a look
fixed