mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
Remove dead @TestIssueLogging
anns from repo-s3 (#129906)
These logging directives relate to test failures that have long-since been closed so can be removed. Relates #101608 Relates #88841
This commit is contained in:
parent
aaee222dfa
commit
8573865341
2 changed files with 0 additions and 19 deletions
|
@ -124,11 +124,6 @@ esplugin.bundleSpec.from('config/repository-s3') {
|
|||
into 'config'
|
||||
}
|
||||
|
||||
tasks.named("internalClusterTest").configure {
|
||||
// TODO: remove once https://github.com/elastic/elasticsearch/issues/101608 is fixed
|
||||
systemProperty 'es.insecure_network_trace_enabled', 'true'
|
||||
}
|
||||
|
||||
tasks.named("thirdPartyAudit").configure {
|
||||
ignoreMissingClasses(
|
||||
// missing/unused classes
|
||||
|
|
|
@ -65,7 +65,6 @@ import org.elasticsearch.telemetry.TestTelemetryPlugin;
|
|||
import org.elasticsearch.test.BackgroundIndexer;
|
||||
import org.elasticsearch.test.ESIntegTestCase;
|
||||
import org.elasticsearch.test.MockLog;
|
||||
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
|
||||
import org.elasticsearch.threadpool.ThreadPool;
|
||||
import org.elasticsearch.xcontent.NamedXContentRegistry;
|
||||
import org.elasticsearch.xcontent.XContentFactory;
|
||||
|
@ -181,15 +180,6 @@ public class S3BlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTes
|
|||
return builder.build();
|
||||
}
|
||||
|
||||
@Override
|
||||
@TestIssueLogging(
|
||||
issueUrl = "https://github.com/elastic/elasticsearch/issues/88841",
|
||||
value = "com.amazonaws.request:DEBUG,com.amazonaws.http.AmazonHttpClient:TRACE"
|
||||
)
|
||||
public void testRequestStats() throws Exception {
|
||||
super.testRequestStats();
|
||||
}
|
||||
|
||||
public void testAbortRequestStats() throws Exception {
|
||||
final String repository = createRepository(randomRepositoryName(), false);
|
||||
|
||||
|
@ -233,10 +223,6 @@ public class S3BlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTes
|
|||
assertEquals(assertionErrorMsg, mockCalls, sdkRequestCounts);
|
||||
}
|
||||
|
||||
@TestIssueLogging(
|
||||
issueUrl = "https://github.com/elastic/elasticsearch/issues/101608",
|
||||
value = "com.amazonaws.request:DEBUG,com.amazonaws.http.AmazonHttpClient:TRACE"
|
||||
)
|
||||
public void testMetrics() throws Exception {
|
||||
// Create the repository and perform some activities
|
||||
final String repository = createRepository(randomRepositoryName(), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue