mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
Tests: Increase logging for watcher smoke tests
These tests have repeating but not reproducible failures, where the stash is filled with a second PUT operation and the watcher stats response does not match. Setting the log to trace should shed some light on this. As the smoke tests are only four tests this will not lead to a log explosion. Relates elastic/x-pack-elasticsearch#1513, elastic/x-pack-elasticsearch#1874 Original commit: elastic/x-pack-elasticsearch@5832dc7990
This commit is contained in:
parent
26c5766a0d
commit
3ad2f5e9f5
@ -8,6 +8,7 @@ package org.elasticsearch.smoketest;
|
||||
import com.carrotsearch.randomizedtesting.annotations.Name;
|
||||
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
|
||||
import org.elasticsearch.test.junit.annotations.Network;
|
||||
import org.elasticsearch.test.junit.annotations.TestLogging;
|
||||
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
|
||||
import org.elasticsearch.test.rest.yaml.ClientYamlTestResponse;
|
||||
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;
|
||||
@ -24,6 +25,7 @@ import static org.hamcrest.Matchers.is;
|
||||
|
||||
/** Runs rest tests against external cluster */
|
||||
@Network // Needed to access to an external Jira server
|
||||
@TestLogging("_root:TRACE")
|
||||
public class SmokeTestWatcherClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
|
||||
|
||||
public SmokeTestWatcherClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user