GithubHelp home page GithubHelp logo

CI issue about pg-promise HOT 3 CLOSED

vitaly-t avatar vitaly-t commented on June 10, 2024 2
CI issue

from pg-promise.

Comments (3)

thezanke avatar thezanke commented on June 10, 2024

This appears to be an error being caused by a test in db.spec.js. When pgp('blah-blah').connect() gets called, it's attempting to make a network connection. The test does expect there to be an error but not the error it's seeing; so you're seeing it as a matcher fail. The error the test expects to receive is one containing the text about "password authentication failure" but instead it's getting the "EAI_AGAIN" error, which is a DNS error in my experience.

Does this happen every time it runs or just intermittently?

from pg-promise.

dplewis avatar dplewis commented on June 10, 2024

@vitaly-t Can you try to rerun the CI a few times to see if this issue still exists?

from pg-promise.

vitaly-t avatar vitaly-t commented on June 10, 2024

Thank you everybody for your help, the issue is now resolved, and a new release 11.5.1 has been published.

The issue was, as @thezanke pointed, in a broken test, which weirdly, started failing for reasons outside this library. I had to amend an old test, in order to make it pass again.

from pg-promise.

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.