clintropolis commented on a change in pull request #6444: fixes for
LookupReferencesManagerTest
URL: https://github.com/apache/incubator-druid/pull/6444#discussion_r224266571
##########
File path:
server/src/test/java/org/apache/druid/query/lookup/LookupReferencesManagerTest.java
##########
@@ -543,6 +543,19 @@ public void testCoordinatorLookupSync() throws Exception
@Test
public void testLoadLookupOnCoordinatorFailure() throws Exception
{
+ LookupConfig lookupConfig = new
LookupConfig(temporaryFolder.newFolder().getAbsolutePath())
+ {
+ @Override
+ public int getCoordinatorRetryDelay()
+ {
+ return 10;
+ }
+ };
+ lookupReferencesManager = new LookupReferencesManager(
+ lookupConfig,
+ mapper, druidLeaderClient, config
Review comment:
oops, tried up the fix the previously bad formatting but missed these :+1:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]