Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,12 @@ protected void initTestSession() throws Exception {
session = register(cluster.connect());
}

public Session newSession() {
if (ccmTestConfig.createCcm() && ccmTestConfig.createCluster() && ccmTestConfig.createSession())
return register(cluster.connect());
return null;
}

protected void initTestKeyspace() {
if (ccmTestConfig.createCcm()
&& ccmTestConfig.createCluster()
Expand Down
Loading
Loading