|
@@ -63,7 +63,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;
|
|
@@ -178,15 +177,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);
|
|
|
|
|
@@ -228,10 +218,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);
|