.getLongMetric(InsistentOpenDecorator.A_ATTEMPTS));
assertEquals(new Long(1), rpt
.getLongMetric(InsistentOpenDecorator.A_SUCCESSES));
assertEquals(new Long(2), rpt
.getLongMetric(InsistentOpenDecorator.A_RETRIES));
System.out.println(rpt.toText());
}
/**
* Test that an IOD tries the correct number of times to reopen a failing
* sink, then gives up.