HBASE-16047 TestFastFail is broken again
This commit is contained in:
parent
6d02f36ac7
commit
62a4a2c029
|
@ -71,6 +71,9 @@ public class TestFastFail {
|
||||||
*/
|
*/
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setUpBeforeClass() throws Exception {
|
public static void setUpBeforeClass() throws Exception {
|
||||||
|
// Just to prevent fastpath FIFO from picking calls up bypassing the queue.
|
||||||
|
TEST_UTIL.getConfiguration().set(
|
||||||
|
SimpleRpcScheduler.CALL_QUEUE_TYPE_CONF_KEY, "deadline");
|
||||||
TEST_UTIL.startMiniCluster(SLAVES);
|
TEST_UTIL.startMiniCluster(SLAVES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue