mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Test: Fix SearchTransformTests suite error
Original commit: elastic/x-pack-elasticsearch@03568dce09
This commit is contained in:
parent
0f7dc295b3
commit
469acfa551
@ -31,6 +31,12 @@ public abstract class AbstractAlertsSingleNodeTests extends ElasticsearchSingleN
|
||||
|
||||
@AfterClass
|
||||
public static void cleanupSuite() throws Exception {
|
||||
assertBusy(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
assertThat(getInstanceFromNode(AlertsService.class).state(), equalTo(AlertsService.State.STARTED));
|
||||
}
|
||||
});
|
||||
node().stop();
|
||||
assertBusy(new Runnable() {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user