public void testOperationTwice() throws Exception {
final String name = "myOperation";
ProfileCollector collector = getCollector(serverNode);
ProfileConsumer cons1 = collector.getConsumer("c1");
ProfileOperation op1 =
cons1.createOperation(name,
ProfileDataType.TASK, ProfileLevel.MAX);
// Try creating with same name and parameters
ProfileOperation op2 =
cons1.createOperation(name,