|
63 | 63 | import org.elasticsearch.test.BackgroundIndexer;
|
64 | 64 | import org.elasticsearch.test.ESIntegTestCase;
|
65 | 65 | import org.elasticsearch.test.MockLog;
|
66 |
| -import org.elasticsearch.test.junit.annotations.TestIssueLogging; |
67 | 66 | import org.elasticsearch.threadpool.ThreadPool;
|
68 | 67 | import org.elasticsearch.xcontent.NamedXContentRegistry;
|
69 | 68 | import org.elasticsearch.xcontent.XContentFactory;
|
@@ -178,15 +177,6 @@ protected Settings nodeSettings(int nodeOrdinal, Settings otherSettings) {
|
178 | 177 | return builder.build();
|
179 | 178 | }
|
180 | 179 |
|
181 |
| - @Override |
182 |
| - @TestIssueLogging( |
183 |
| - issueUrl = "https://github.com/elastic/elasticsearch/issues/88841", |
184 |
| - value = "com.amazonaws.request:DEBUG,com.amazonaws.http.AmazonHttpClient:TRACE" |
185 |
| - ) |
186 |
| - public void testRequestStats() throws Exception { |
187 |
| - super.testRequestStats(); |
188 |
| - } |
189 |
| - |
190 | 180 | public void testAbortRequestStats() throws Exception {
|
191 | 181 | final String repository = createRepository(randomRepositoryName(), false);
|
192 | 182 |
|
@@ -228,10 +218,6 @@ public void testAbortRequestStats() throws Exception {
|
228 | 218 | assertEquals(assertionErrorMsg, mockCalls, sdkRequestCounts);
|
229 | 219 | }
|
230 | 220 |
|
231 |
| - @TestIssueLogging( |
232 |
| - issueUrl = "https://github.com/elastic/elasticsearch/issues/101608", |
233 |
| - value = "com.amazonaws.request:DEBUG,com.amazonaws.http.AmazonHttpClient:TRACE" |
234 |
| - ) |
235 | 221 | public void testMetrics() throws Exception {
|
236 | 222 | // Create the repository and perform some activities
|
237 | 223 | final String repository = createRepository(randomRepositoryName(), false);
|
|
0 commit comments