mirror of https://github.com/apache/druid.git
add comments
This commit is contained in:
parent
5f61d0396c
commit
943b6ed12c
|
@ -71,10 +71,11 @@ public class JettyTest
|
||||||
System.setProperty("druid.global.http.readTimeout", "PT1S");
|
System.setProperty("druid.global.http.readTimeout", "PT1S");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test @Ignore // this test will deadlock if it hits an issue, so ignored by default
|
||||||
@Ignore
|
|
||||||
public void testTimeouts() throws Exception
|
public void testTimeouts() throws Exception
|
||||||
{
|
{
|
||||||
|
// test for request timeouts properly not locking up all threads
|
||||||
|
|
||||||
setProperties();
|
setProperties();
|
||||||
Injector injector = Initialization.makeInjectorWithModules(
|
Injector injector = Initialization.makeInjectorWithModules(
|
||||||
Initialization.makeStartupInjector(), Lists.<Object>newArrayList(
|
Initialization.makeStartupInjector(), Lists.<Object>newArrayList(
|
||||||
|
|
Loading…
Reference in New Issue