HBASE-16047 TestFastFail is broken again

This commit is contained in:
Mikhail Antonov 2016-06-16 14:05:56 -07:00
parent 6d02f36ac7
commit 62a4a2c029
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ public class TestFastFail {
*/
@BeforeClass
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);
}