Skip to content

Commit

Permalink
add debug log for testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Jan 15, 2025
1 parent 0a98bf8 commit fea7ad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ tests:
issue: https://github.com/elastic/elasticsearch/issues/120115
- class: org.elasticsearch.repositories.s3.RepositoryS3MinioBasicCredentialsRestIT
issue: https://github.com/elastic/elasticsearch/issues/120117
- class: org.elasticsearch.repositories.blobstore.testkit.analyze.MinioRepositoryAnalysisRestIT
issue: https://github.com/elastic/elasticsearch/issues/118548
- class: org.elasticsearch.xpack.security.QueryableReservedRolesIT
method: testConfiguredReservedRolesAfterClosingAndOpeningIndex
issue: https://github.com/elastic/elasticsearch/issues/120127
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugin/snapshot-repo-test-kit/qa/minio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ restResources {

tasks.named('javaRestTest') {
usesDefaultDistribution()
systemProperty "org.slf4j.simpleLogger.defaultLogLevel", "DEBUG"
}

0 comments on commit fea7ad6

Please sign in to comment.