Skip to content

Commit

Permalink
Update CassandraStorageRule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Dec 18, 2018
1 parent 3b76a8a commit 5119fd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public Session session() {
@Override
protected void before() throws Throwable {
try {
//LOGGER.info("Starting docker image " + image);
//container = new CassandraContainer(image).withExposedPorts(CASSANDRA_PORT);
LOGGER.info("Starting docker image " + image);
container = new CassandraContainer(image).withExposedPorts(CASSANDRA_PORT);
container.start();
} catch (RuntimeException e) {
LOGGER.warn("Couldn't start docker image " + image + ": " + e.getMessage(), e);
Expand Down

0 comments on commit 5119fd7

Please sign in to comment.