Polishing.

Use Awaitility to ensure Cassandra connectivity. Start Cassandra container only once.

See #606.
This commit is contained in:
Mark Paluch
2021-04-30 10:45:05 +02:00
parent 01d78baee2
commit 2de6e0383c
5 changed files with 42 additions and 13 deletions

View File

@@ -35,6 +35,11 @@
<artifactId>java-driver-core</artifactId>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
</dependencies>
</project>