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 3737import org .elasticsearch .reindex .ReindexPlugin ;
3838import org .elasticsearch .rest .RestStatus ;
3939import org .elasticsearch .test .ESIntegTestCase ;
40+ import org .elasticsearch .test .junit .annotations .TestLogging ;
4041import org .elasticsearch .transport .RemoteTransportException ;
4142import org .elasticsearch .xcontent .XContentBuilder ;
4243import org .elasticsearch .xcontent .XContentType ;
@@ -92,6 +93,10 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
9293 }
9394
9495 @ SuppressWarnings ("unchecked" )
96+ @ TestLogging (
97+ reason = "understanding why ipinfo asn database sometimes is not loaded" ,
98+ value = "org.elasticsearch.ingest.geoip.DatabaseNodeService:TRACE"
99+ )
95100 public void testEnterpriseDownloaderTask () throws Exception {
96101 /*
97102 * 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 @@ -196,9 +196,6 @@ tests:
196196- class : org.elasticsearch.xpack.restart.CoreFullClusterRestartIT
197197 method : testSnapshotRestore {cluster=UPGRADED}
198198 issue : https://github.com/elastic/elasticsearch/issues/111799
199- - class : org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
200- method : testEnterpriseDownloaderTask
201- issue : https://github.com/elastic/elasticsearch/issues/115163
202199- class : org.elasticsearch.xpack.deprecation.DeprecationHttpIT
203200 method : testDeprecatedSettingsReturnWarnings
204201 issue : https://github.com/elastic/elasticsearch/issues/108628
You can’t perform that action at this time.
0 commit comments