File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
server/src/test/java/org/elasticsearch/index/shard Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 130
130
import org .elasticsearch .test .DummyShardLock ;
131
131
import org .elasticsearch .test .FieldMaskingReader ;
132
132
import org .elasticsearch .test .MockLog ;
133
- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
134
133
import org .elasticsearch .test .junit .annotations .TestLogging ;
135
134
import org .elasticsearch .test .store .MockFSDirectoryFactory ;
136
135
import org .elasticsearch .threadpool .ThreadPool ;
@@ -4084,10 +4083,6 @@ public void testIsSearchIdle() throws Exception {
4084
4083
closeShards (primary );
4085
4084
}
4086
4085
4087
- @ TestIssueLogging (
4088
- issueUrl = "https://github.com/elastic/elasticsearch/issues/101008" ,
4089
- value = "org.elasticsearch.index.shard.IndexShard:TRACE"
4090
- )
4091
4086
public void testScheduledRefresh () throws Exception {
4092
4087
// Setup and make shard search idle:
4093
4088
Settings settings = indexSettings (IndexVersion .current (), 1 , 1 ).build ();
You can’t perform that action at this time.
0 commit comments