*/
@Test(expected=EventDeliveryException.class)
public void testFailedServerSimple() throws FlumeException,
EventDeliveryException {
RpcTestUtils.handlerSimpleAppendTest(new FailedAvroHandler());
logger.severe("Failed: I should never have gotten here!");
}