CKeyspaceDefinition definition = JsonUtil.objectFromJsonResource(CKeyspaceDefinition.class
, this.getClass().getClassLoader(), "CKeyspaceTestData.js");
cm.dropKeyspace(definition.getName());
// Build the keyspace from the base definition
cm.buildKeyspace(definition, false);
// Simulate a new process interacting with this Rhombus data by tearing down the cluster
// and getting a new connection manager
cm.teardown();
cm = getConnectionManager();