OpenSearch/x-pack/plugin
Jay Modi 0a3b9e2138
Test: wait for netty threads in a JUnit ClassRule (#30763)
This commit changes the wait for a few netty threads to wait for these
threads to complete after the cluster has stopped. Previously, we were
waiting for these threads before the cluster was actually stopped; the
cluster is stopped in an AfterClass method of ESIntegTestCase, while
the wait was performed in the AfterClass of a class that extended
ESIntegTestCase, which is always executed before the AfterClass of
ESIntegTestCase.

Now, the wait is contained in an ExternalResource ClassRule that
implements the waiting for the threads to terminate in the after
method. This rule is executed after the AfterClass method in
ESIntegTestCase. The same fix has also been applied in
SecuritySingleNodeTestCase.

Closes #30563
2018-05-22 07:35:16 -06:00
..
core [Security] Include an empty json object in an json array when FLS filters out all fields (#30709) 2018-05-22 13:53:34 +02:00
deprecation
graph
logstash
ml [ML] Filter undefined job groups from update calendar actions (#30757) 2018-05-22 09:25:14 +01:00
monitoring
rollup
security Test: wait for netty threads in a JUnit ClassRule (#30763) 2018-05-22 07:35:16 -06:00
sql
src/test [ML] Filter undefined job groups from update calendar actions (#30757) 2018-05-22 09:25:14 +01:00
upgrade
watcher
build.gradle