RBMHTechnology / eventuate

Global-scale event sourcing and event collaboration with causal consistency (This project is in maintenance mode. Only critical bugs will be fixed, but there is no more feature development.).
http://rbmhtechnology.github.io/eventuate/
Apache License 2.0
708 stars 99 forks source link

Upgrade to Cassandra 3.4 for testing #284

Closed krasserm closed 8 years ago

krasserm commented 8 years ago
volkerstampa commented 8 years ago

I wonder if it is worth to introduce a new config for multi-jvm tests (for the cassandra sub-project) that extends the IntergrationTest config to get rid of the redundant EmbeddedCassandra.scala/log4j2.xml/test-cassandra.yaml. Could maybe also be handled in a separate ticket?!?

Other than that LGTM.

krasserm commented 8 years ago

Thanks for reviewing @volkerstampa. I tried that extension before but this somehow messed up the classpath in IDEA, so I decided to go for that (small) redundancy to work around that problem. I couldn't find the root cause but I'll create a separate ticket to further investigate.