Git Product home page Git Product logo

Comments (3)

g-andrade avatar g-andrade commented on June 2, 2024

The errors are caused by an unwarranted execution of the "remote HTTP tests"[*] group, which perform various checks of the ability to load databases directly from MaxMind.

The execution of that particular test group is triggered depending on two conditions:

  1. the currently checked out commit is tagged (so that we won't run these network-expensive test cases during everyday development)
  2. the license key is defined through an environment variable (MAXMIND_LICENSE_KEY)

Condition 2) is erroneously evaluating as true in your case; this is due to a bad check of whether said environment variable is defined. This issue has likely been present since 1.9.0-beta (when license key awareness was introduced.)

The fix is easy enough.

[*]: In addition to "local HTTP tests", in which a local web server serves the database files.

from locus.

g-andrade avatar g-andrade commented on June 2, 2024

As for the reason why make ci_test works: the "remote HTTP tests" group has been explicitly disabled for CI stuff for quite some time, as network access is not very reliable and the tests would often fail because of this.

from locus.

g-andrade avatar g-andrade commented on June 2, 2024

Fixed in 42cdbda and released under 1.2.2.

from locus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.