mirror of https://github.com/apache/druid.git
review comment
This commit is contained in:
parent
6be6337ab0
commit
17e994f2e4
|
@ -106,8 +106,7 @@ public class DatabaseSegmentManagerTest
|
||||||
@Test
|
@Test
|
||||||
public void testPoll()
|
public void testPoll()
|
||||||
{
|
{
|
||||||
EasyMock.expect(dbi.withHandle(EasyMock.<HandleCallback>anyObject())).andReturn(testRows);
|
EasyMock.expect(dbi.withHandle(EasyMock.<HandleCallback>anyObject())).andReturn(testRows).times(2);
|
||||||
EasyMock.expect(dbi.withHandle(EasyMock.<HandleCallback>anyObject())).andReturn(testRows);
|
|
||||||
EasyMock.replay(dbi);
|
EasyMock.replay(dbi);
|
||||||
|
|
||||||
manager.start();
|
manager.start();
|
||||||
|
|
Loading…
Reference in New Issue