Skip to content

Commit e5f0d9e

Browse files
Removes TestIssueLogging (#136385)
Removes the `TestIssueLogging` annotation from `IndexShardsTest. testScheduledRefresh` Relates to: #101008
1 parent 8c21599 commit e5f0d9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
import org.elasticsearch.test.DummyShardLock;
131131
import org.elasticsearch.test.FieldMaskingReader;
132132
import org.elasticsearch.test.MockLog;
133-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
134133
import org.elasticsearch.test.junit.annotations.TestLogging;
135134
import org.elasticsearch.test.store.MockFSDirectoryFactory;
136135
import org.elasticsearch.threadpool.ThreadPool;
@@ -4084,10 +4083,6 @@ public void testIsSearchIdle() throws Exception {
40844083
closeShards(primary);
40854084
}
40864085

4087-
@TestIssueLogging(
4088-
issueUrl = "https://github.com/elastic/elasticsearch/issues/101008",
4089-
value = "org.elasticsearch.index.shard.IndexShard:TRACE"
4090-
)
40914086
public void testScheduledRefresh() throws Exception {
40924087
// Setup and make shard search idle:
40934088
Settings settings = indexSettings(IndexVersion.current(), 1, 1).build();

0 commit comments

Comments
 (0)