pekko-projection
pekko-projection copied to clipboard
Test suites that use Testcontainers seem to be flaky
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.
WordCountDocExampleSpec should be OK again since #340. Let's keep this open for now to track other failures