Skip to content

Commit 9a6b47b

Browse files
authored
[8.18] Re-enabling EnterpriseGeoIpDownloaderIT with verbose logging (elastic#125884) (elastic#125965)
1 parent fa9f0f4 commit 9a6b47b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/EnterpriseGeoIpDownloaderIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import org.elasticsearch.reindex.ReindexPlugin;
3838
import org.elasticsearch.rest.RestStatus;
3939
import org.elasticsearch.test.ESIntegTestCase;
40+
import org.elasticsearch.test.junit.annotations.TestLogging;
4041
import org.elasticsearch.transport.RemoteTransportException;
4142
import org.elasticsearch.xcontent.XContentBuilder;
4243
import 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

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)