File tree 1 file changed +0
-19
lines changed
server/src/test/java/org/elasticsearch/action/search
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 39
39
import org .elasticsearch .tasks .Task ;
40
40
import org .elasticsearch .tasks .TaskManager ;
41
41
import org .elasticsearch .test .ESTestCase ;
42
- import org .elasticsearch .threadpool .TestThreadPool ;
43
42
import org .elasticsearch .threadpool .ThreadPool ;
44
43
import org .elasticsearch .transport .Transport ;
45
44
import org .elasticsearch .transport .TransportService ;
46
- import org .junit .After ;
47
- import org .junit .Before ;
48
45
49
46
import java .util .Arrays ;
50
47
import java .util .Collections ;
63
60
64
61
public class TransportMultiSearchActionTests extends ESTestCase {
65
62
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
-
82
63
public void testParentTaskId () throws Exception {
83
64
// Initialize dependencies of TransportMultiSearchAction
84
65
Settings settings = Settings .builder ()
You can’t perform that action at this time.
0 commit comments