|
|
@@ -41,6 +41,7 @@ import org.elasticsearch.snapshots.SnapshotState;
|
|
|
import org.elasticsearch.snapshots.SnapshotsService;
|
|
|
import org.elasticsearch.snapshots.mockstore.BlobStoreWrapper;
|
|
|
import org.elasticsearch.test.ESIntegTestCase;
|
|
|
+import org.elasticsearch.test.junit.annotations.TestLogging;
|
|
|
import org.elasticsearch.threadpool.ThreadPool;
|
|
|
import org.elasticsearch.xcontent.NamedXContentRegistry;
|
|
|
import org.elasticsearch.xcontent.XContentFactory;
|
|
|
@@ -140,6 +141,12 @@ public class S3BlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTes
|
|
|
return builder.build();
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ @TestLogging(reason = "Enable request logging to debug #88841", value = "com.amazonaws.request:DEBUG")
|
|
|
+ public void testRequestStats() throws Exception {
|
|
|
+ super.testRequestStats();
|
|
|
+ }
|
|
|
+
|
|
|
public void testEnforcedCooldownPeriod() throws IOException {
|
|
|
final String repoName = randomRepositoryName();
|
|
|
createRepository(
|