File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
internalClusterTest/java/org/elasticsearch/search/query
test/java/org/elasticsearch Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 5252import org .elasticsearch .search .aggregations .AggregationBuilders ;
5353import org .elasticsearch .test .ESIntegTestCase ;
5454import org .elasticsearch .test .InternalSettingsPlugin ;
55- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
5655import org .elasticsearch .xcontent .XContentBuilder ;
5756import org .elasticsearch .xcontent .XContentFactory ;
5857import org .elasticsearch .xcontent .XContentType ;
@@ -768,11 +767,7 @@ public void testFuzzyQueryString() {
768767 });
769768 }
770769
771- @ TestIssueLogging (
772- value = "org.elasticsearch.search.query.SearchQueryIT:DEBUG" ,
773- issueUrl = "https://github.com/elastic/elasticsearch/issues/43144"
774- )
775- public void testQuotedQueryStringWithBoost () throws InterruptedException {
770+ public void testQuotedQueryStringWithBoost () {
776771 float boost = 10.0f ;
777772 assertAcked (prepareCreate ("test" ).setSettings (Settings .builder ().put (SETTING_NUMBER_OF_SHARDS , 1 )));
778773
Original file line number Diff line number Diff line change 4242import org .elasticsearch .index .IndexVersion ;
4343import org .elasticsearch .node .Node ;
4444import org .elasticsearch .test .ESTestCase ;
45- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
4645import org .elasticsearch .threadpool .TestThreadPool ;
4746import org .elasticsearch .threadpool .ThreadPool ;
4847import org .elasticsearch .transport .TransportService ;
@@ -370,7 +369,6 @@ public void testStatePersistedOnLoad() throws IOException {
370369 }
371370 }
372371
373- @ TestIssueLogging (value = "org.elasticsearch.gateway:TRACE" , issueUrl = "https://github.com/elastic/elasticsearch/issues/87952" )
374372 public void testDataOnlyNodePersistence () throws Exception {
375373 final List <Closeable > cleanup = new ArrayList <>(2 );
376374
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