Various test that depend on Testcontainers seem to be flaky, GitHub Action run history shows - WordCountDocExampleSpec, KafkaToSlickIntegrationSpec , CassandraProjectionTest.
If there is ever time/will to stabilize this, one option would be to get rid of Testcontainers starting the services within tests and to move the services out to a Docker Compose that is started before running tests, and then to modify tests to work within these shared services.
Various test that depend on Testcontainers seem to be flaky, GitHub Action run history shows -
WordCountDocExampleSpec,KafkaToSlickIntegrationSpec,CassandraProjectionTest.If there is ever time/will to stabilize this, one option would be to get rid of Testcontainers starting the services within tests and to move the services out to a Docker Compose that is started before running tests, and then to modify tests to work within these shared services.