-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Geo IP database used in testing with dummy data #2414
Comments
@jsoriano thanks! I've dumped everything into a blog post re: generating the GeoLite2 dummy test databases. https://routedlogic.net/blog/2025/02/15/creating-custom-mmdb-files Given the source for the .mmdb's is simply JSON files, it'd be pretty easy to customise further. If multiple different responses were needed simply CIDR subnetting 0.0.0.0/0 and ::/0 into different chunks would work, e.g. 0.0.0.0/1 and 128.0.0.0/1 etc, and ::0/1 and 8000::0/1 |
Wow, nice, thanks for the detailed instructions! This will be definitely useful to solve this issue. |
Thanks @colin-stubbs for your blog post! That helped me to build custom databases to include the documentation prefixes in #2450 |
Awesome! Glad to hear it! |
Find or prepare a new Geo IP database that contains some sample data at least for the ip ranges reserved for documentation.
Current database is a reduced sample database, that contains information for public IPs, but doesn't contain information for IPs in the documentation ranges. We want to start migrating everything to these ranges in tests.
We need to think on a migration path for the integrations repository, because changing this database will break tests.
See discussion in #2408
The text was updated successfully, but these errors were encountered: