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