public void testForceRetransmit() throws FlumeSpecException, IOException {
// This will register the FlumeNode with a MockMasterRPC so it doesn't go
// across the network
MockMasterRPC mock = new MockMasterRPC();
FlumeNode node = new FlumeNode(mock, false /* starthttp */, false /* onshot */);
AckListener pending = node.getAckChecker().getAgentAckQueuer();
// initial source of data.
MemorySinkSource mem = new MemorySinkSource();
byte[] tag = "my tag".getBytes();
AckChecksumInjector<EventSink> ackinj = new AckChecksumInjector<EventSink>(