Skip to content

Commit

Permalink
Add logging to failing MonitoringTribeTests
Browse files Browse the repository at this point in the history
This test is failing on RHEL8, additional logging will help track down
the cause.

Relates: elastic#42216, elastic#42210
  • Loading branch information
tvernum committed May 24, 2019
1 parent 9c33d75 commit f84f113
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@

import org.elasticsearch.client.Client;
import org.elasticsearch.license.TribeTransportTestCase;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.xpack.core.XPackField;
import org.elasticsearch.xpack.core.monitoring.action.MonitoringBulkAction;
import org.elasticsearch.xpack.core.monitoring.action.MonitoringBulkRequest;

import java.util.Collections;
import java.util.List;

@TestLogging("org.elasticsearch.xpack.core.XPackPlugin:TRACE,org.elasticsearch.xpack.CompositeTestingXPackPlugin:TRACE")
public class MonitoringTribeTests extends TribeTransportTestCase {

@Override
Expand Down

0 comments on commit f84f113

Please sign in to comment.