File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
server/src/test/java/org/elasticsearch/action/search Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 3939import org .elasticsearch .tasks .Task ;
4040import org .elasticsearch .tasks .TaskManager ;
4141import org .elasticsearch .test .ESTestCase ;
42- import org .elasticsearch .threadpool .TestThreadPool ;
4342import org .elasticsearch .threadpool .ThreadPool ;
4443import org .elasticsearch .transport .Transport ;
4544import org .elasticsearch .transport .TransportService ;
46- import org .junit .After ;
47- import org .junit .Before ;
4845
4946import java .util .Arrays ;
5047import java .util .Collections ;
6360
6461public class TransportMultiSearchActionTests extends ESTestCase {
6562
66- protected ThreadPool threadPool ;
67-
68- @ Before
69- @ Override
70- public void setUp () throws Exception {
71- super .setUp ();
72- threadPool = new TestThreadPool (getTestName ());
73- }
74-
75- @ After
76- @ Override
77- public void tearDown () throws Exception {
78- threadPool .shutdown ();
79- super .tearDown ();
80- }
81-
8263 public void testParentTaskId () throws Exception {
8364 // Initialize dependencies of TransportMultiSearchAction
8465 Settings settings = Settings .builder ()
You can’t perform that action at this time.
0 commit comments