Update Maxmind mmdb fixture files (#122225)
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
|
@ -391,18 +391,18 @@ public class GeoIpDownloaderIT extends AbstractGeoIpIT {
|
|||
assertThat(
|
||||
files,
|
||||
containsInAnyOrder(
|
||||
"GeoLite2-City.mmdb",
|
||||
"GeoLite2-Country.mmdb",
|
||||
"GeoLite2-ASN.mmdb",
|
||||
"MyCustomGeoLite2-City.mmdb",
|
||||
"GeoLite2-City.mmdb_COPYRIGHT.txt",
|
||||
"GeoLite2-Country.mmdb_COPYRIGHT.txt",
|
||||
"GeoLite2-ASN.mmdb_COPYRIGHT.txt",
|
||||
"MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
|
||||
"GeoLite2-City.mmdb_LICENSE.txt",
|
||||
"GeoLite2-Country.mmdb_LICENSE.txt",
|
||||
"GeoLite2-ASN.mmdb_LICENSE.txt",
|
||||
"GeoLite2-ASN.mmdb_README.txt",
|
||||
"GeoLite2-City.mmdb",
|
||||
"GeoLite2-City.mmdb_COPYRIGHT.txt",
|
||||
"GeoLite2-City.mmdb_LICENSE.txt",
|
||||
"GeoLite2-City.mmdb_README.txt",
|
||||
"GeoLite2-Country.mmdb",
|
||||
"GeoLite2-Country.mmdb_COPYRIGHT.txt",
|
||||
"GeoLite2-Country.mmdb_LICENSE.txt",
|
||||
"MyCustomGeoLite2-City.mmdb",
|
||||
"MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
|
||||
"MyCustomGeoLite2-City.mmdb_LICENSE.txt"
|
||||
)
|
||||
);
|
||||
|
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-ASN.mmdb
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
|
@ -1,24 +1,24 @@
|
|||
[
|
||||
{
|
||||
"md5_hash": "da5bb1c00c74e3f5a34ca1ec0022c550",
|
||||
"md5_hash": "ec117f3c605b4998365e45fb2c382396",
|
||||
"name": "GeoLite2-City.tgz",
|
||||
"url": "db/GeoLite2-City.tgz",
|
||||
"provider": "maxmind"
|
||||
},
|
||||
{
|
||||
"md5_hash": "61c38f0fcec4a7b0b359201f124004df",
|
||||
"md5_hash": "60a8f72665e59fe34420a148f97d4e2c",
|
||||
"name": "GeoLite2-ASN.tgz",
|
||||
"url": "db/GeoLite2-ASN.tgz",
|
||||
"provider": "maxmind"
|
||||
},
|
||||
{
|
||||
"md5_hash": "8f3229d6158f85adef296f8781f7ab49",
|
||||
"md5_hash": "2363fb6c277679b242b320282b21bf04",
|
||||
"name": "GeoLite2-Country.tgz",
|
||||
"url": "db/GeoLite2-Country.tgz",
|
||||
"provider": "maxmind"
|
||||
},
|
||||
{
|
||||
"md5_hash": "77dcf272548942520d1b549957065a9f",
|
||||
"md5_hash": "102662f11359a3074dd756ab474495e8",
|
||||
"name": "MyCustomGeoLite2-City.tgz",
|
||||
"url": "db/MyCustomGeoLite2-City.tgz",
|
||||
"provider": "maxmind"
|
||||
|
|