ExternalView extView = accessor.getProperty(keyBuilder.externalView("schemata"));
Assert.assertEquals(extView.getPartitionSet().size(), 0,
"schemata externalView should be empty but was \"" + extView + "\"");
// clean up
controller.syncStop();
for (int i = 0; i < n; i++) {
participants[i].syncStop();
}
System.out.println("END " + clusterName + " at " + new Date(System.currentTimeMillis()));