System.out.println("released " + System.currentTimeMillis());
if (url.startsWith("remote")) {
new OServerAdmin(url).connect("admin", "admin").releaseCluster(testClusterId, "plocal");
} else {
connection.releaseCluster(testClusterId);
}
TimeUnit.MILLISECONDS.sleep(500);
}
} catch (Throwable e) {