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 130130import org .elasticsearch .test .DummyShardLock ;
131131import org .elasticsearch .test .FieldMaskingReader ;
132132import org .elasticsearch .test .MockLog ;
133- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
134133import org .elasticsearch .test .junit .annotations .TestLogging ;
135134import org .elasticsearch .test .store .MockFSDirectoryFactory ;
136135import 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 ();
You can’t perform that action at this time.
0 commit comments