assertTrue(TestProcessor.wasInterrupted());
assertNull(taskReporter.currentCallable);
// No completion events since umbilical communication already failed.
umbilical.verifyNoCompletionEvents();
} finally {
executor.shutdownNow();
}
}
@Test
public void testHeartbeatShouldDie() throws IOException, InterruptedException, TezException,