Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9
Description
Following my work on GORA-647 (using testcontainers on gora-mongodb datastore), I've spotted that at least 3 others gora datastore also use testcontainers.
AFAIK, those modules are :
- gora-aerospike
- gora-couchdb
- gore-redis
I would like to enable tests by default on those modules and remove actual Maven profile(s) needed for now: aerospike-with-test, couchdb-with-test, redis-with-test
IMHO, tests should always be enabled by default during local or CI build of the GORA's datastore.