Index<Node> index = indexMan.forNodes("layer1", config);
System.out.println("testInvalidConfig: invalid index requested, did not throw exception.");
tx.success(); // Won't happen currently
} catch (IllegalArgumentException e) {
// Bail out
tx.failure();
System.out.println("testInvalidConfig: invalid index creation failed, good, let the tx rollback");
}
tx.close();
System.out.println("testInvalidConfig: tx done.");
// Assert index isn't referenced in the manager