mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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");
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
@Test @Ignore // this test will deadlock if it hits an issue, so ignored by default
|
||||
public void testTimeouts() throws Exception
|
||||
{
|
||||
// test for request timeouts properly not locking up all threads
|
||||
|
||||
setProperties();
|
||||
Injector injector = Initialization.makeInjectorWithModules(
|
||||
Initialization.makeStartupInjector(), Lists.<Object>newArrayList(
|
||||
|
Loading…
x
Reference in New Issue
Block a user