mirror of https://github.com/apache/druid.git
fix test again
This commit is contained in:
parent
8877ee9714
commit
d4cf2763ac
|
@ -82,7 +82,7 @@ public class TieredBrokerHostSelectorTest
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
factory,
|
factory,
|
||||||
Arrays.asList(new TimeBoundaryTieredBrokerSelectorStrategy(), new PriorityTieredBrokerSelectorStrategy(1, 1))
|
Arrays.asList(new TimeBoundaryTieredBrokerSelectorStrategy(), new PriorityTieredBrokerSelectorStrategy(0, 1))
|
||||||
);
|
);
|
||||||
EasyMock.expect(factory.createSelector(EasyMock.<String>anyObject())).andReturn(selector).atLeastOnce();
|
EasyMock.expect(factory.createSelector(EasyMock.<String>anyObject())).andReturn(selector).atLeastOnce();
|
||||||
EasyMock.replay(factory);
|
EasyMock.replay(factory);
|
||||||
|
|
Loading…
Reference in New Issue