Skip to content

Commit 8ac6806

Browse files
authored
Add trace level logging to RepositoryURLClientYamlTestSuiteIT (opensearch-project#13779)
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
1 parent 2700327 commit 8ac6806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/repository-url/src/yamlRestTest/java/org/opensearch/repositories/url/RepositoryURLClientYamlTestSuiteIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.opensearch.core.xcontent.ToXContent;
4848
import org.opensearch.core.xcontent.XContentBuilder;
4949
import org.opensearch.repositories.fs.FsRepository;
50+
import org.opensearch.test.junit.annotations.TestIssueLogging;
5051
import org.opensearch.test.rest.yaml.ClientYamlTestCandidate;
5152
import org.opensearch.test.rest.yaml.OpenSearchClientYamlSuiteTestCase;
5253
import org.junit.Before;
@@ -63,6 +64,7 @@
6364
import static org.hamcrest.Matchers.hasSize;
6465
import static org.hamcrest.Matchers.notNullValue;
6566

67+
@TestIssueLogging(value = "_root:TRACE", issueUrl = "https://github.com/opensearch-project/OpenSearch/issues/9117")
6668
public class RepositoryURLClientYamlTestSuiteIT extends OpenSearchClientYamlSuiteTestCase {
6769

6870
public RepositoryURLClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {

0 commit comments

Comments
 (0)