datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
40 stars 28 forks source link

Create a test-infra module #83

Closed adutra closed 4 years ago

adutra commented 4 years ago

Currently CassandraTestResource is duplicated 3 times(!) in 3 different modules:

com.datastax.oss.quarkus.deployment.internal.tests.CassandraTestResource
com.datastax.oss.quarkus.tests.CassandraTestResource
com.datastax.oss.demo.CassandraTestResource

Instead, it would make sense to create a test-infra module to host that class. That's what hazelcast did.

┆Issue is synchronized with this Jira Task by Unito