public class TestForeignExceptionDispatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestForeignExceptionDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAttemptTimer()
Test that the dispatcher can receive an error via the timer mechanism.
|
void |
testErrorPropagation()
Tests that a dispatcher only dispatches only the first exception, and does not propagate
subsequent exceptions.
|
void |
testSingleDispatcherWithTimer() |
public static final HBaseClassTestRule CLASS_RULE
public TestForeignExceptionDispatcher()
public void testErrorPropagation()
public void testSingleDispatcherWithTimer()
public void testAttemptTimer()
Copyright © 2007–2019 Cloudera. All rights reserved.