Skip to content

Commit 3496737

Browse files
authored
Update Maxmind mmdb fixture files (#122225) (#122270)
1 parent 3d35bde commit 3496737

File tree

25 files changed

+12
-12
lines changed

25 files changed

+12
-12
lines changed
1.58 KB
Binary file not shown.
1.5 KB
Binary file not shown.
Binary file not shown.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,18 +391,18 @@ public void testUseGeoIpProcessorWithDownloadedDBs() throws Exception {
391391
assertThat(
392392
files,
393393
containsInAnyOrder(
394-
"GeoLite2-City.mmdb",
395-
"GeoLite2-Country.mmdb",
396394
"GeoLite2-ASN.mmdb",
397-
"MyCustomGeoLite2-City.mmdb",
398-
"GeoLite2-City.mmdb_COPYRIGHT.txt",
399-
"GeoLite2-Country.mmdb_COPYRIGHT.txt",
400395
"GeoLite2-ASN.mmdb_COPYRIGHT.txt",
401-
"MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
396+
"GeoLite2-ASN.mmdb_LICENSE.txt",
397+
"GeoLite2-City.mmdb",
398+
"GeoLite2-City.mmdb_COPYRIGHT.txt",
402399
"GeoLite2-City.mmdb_LICENSE.txt",
400+
"GeoLite2-City.mmdb_README.txt",
401+
"GeoLite2-Country.mmdb",
402+
"GeoLite2-Country.mmdb_COPYRIGHT.txt",
403403
"GeoLite2-Country.mmdb_LICENSE.txt",
404-
"GeoLite2-ASN.mmdb_LICENSE.txt",
405-
"GeoLite2-ASN.mmdb_README.txt",
404+
"MyCustomGeoLite2-City.mmdb",
405+
"MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
406406
"MyCustomGeoLite2-City.mmdb_LICENSE.txt"
407407
)
408408
);
Binary file not shown.
-25 Bytes
Binary file not shown.
Binary file not shown.
-252 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)