File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
mr/src/itest/java/org/elasticsearch/hadoop/integration/rest Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 37
37
import java .util .UUID ;
38
38
import java .util .concurrent .TimeUnit ;
39
39
40
- @ Ignore
41
- @ RunWith (Suite .class )
42
- @ Suite .SuiteClasses ({ ConnectionExhaustionSuite .ConnectionExhaustionTest .class })
40
+ //@RunWith(Suite.class)
41
+ //@Suite.SuiteClasses({ ConnectionExhaustionSuite.AbstractConnectionExhaustionTest.class })
43
42
public class ConnectionExhaustionSuite {
44
43
45
44
@ ClassRule
46
45
public static ExternalResource resource = new LocalEs ();
47
46
48
- public static class ConnectionExhaustionTest {
47
+ public static class AbstractConnectionExhaustionTest {
49
48
50
49
private static final boolean POOLED = true ;
51
- // private static final boolean POOLED = false;
52
50
53
51
private static final boolean SLEEP = !POOLED ;
54
52
@@ -75,7 +73,7 @@ public static class ConnectionExhaustionTest {
75
73
};
76
74
}
77
75
78
- @ Test
76
+ // @Test
79
77
public void exhaustConnections () throws InterruptedException {
80
78
List <Thread > threads = new ArrayList <>();
81
79
int workerNum = 0 ;
You can’t perform that action at this time.
0 commit comments