File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3535import org .elasticsearch .reindex .ReindexPlugin ;
3636import org .elasticsearch .rest .RestStatus ;
3737import org .elasticsearch .test .ESIntegTestCase ;
38+ import org .elasticsearch .test .junit .annotations .TestLogging ;
3839import org .elasticsearch .transport .RemoteTransportException ;
3940import org .elasticsearch .xcontent .XContentType ;
4041import org .junit .ClassRule ;
@@ -87,6 +88,10 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
8788 }
8889
8990 @ SuppressWarnings ("unchecked" )
91+ @ TestLogging (
92+ reason = "understanding why ipinfo asn database sometimes is not loaded" ,
93+ value = "org.elasticsearch.ingest.geoip.DatabaseNodeService:TRACE"
94+ )
9095 public void testEnterpriseDownloaderTask () throws Exception {
9196 /*
9297 * This test starts the enterprise geoip downloader task, and creates a database configuration. Then it creates an ingest
Original file line number Diff line number Diff line change 9292- class : org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
9393 method : test {yaml=/10_apm/Test template reinstallation}
9494 issue : https://github.com/elastic/elasticsearch/issues/116445
95- - class : org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
96- method : testEnterpriseDownloaderTask
97- issue : https://github.com/elastic/elasticsearch/issues/115163
9895- class : org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
9996 method : testSeqNoCASLinearizability
10097 issue : https://github.com/elastic/elasticsearch/issues/117249
You can’t perform that action at this time.
0 commit comments