Closed adutra closed 4 years ago
Currently CassandraTestResource is duplicated 3 times(!) in 3 different modules:
CassandraTestResource
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.
test-infra
┆Issue is synchronized with this Jira Task by Unito
Currently
CassandraTestResource
is duplicated 3 times(!) in 3 different modules: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