Git Product home page Git Product logo

DefaultPostgresBinaryResolver : No postgres binaries were found, you must add an appropriate maven dependency that meets the following parameters - system: Darwin, architecture: x86_64 about embedded-database-spring-test HOT 2 CLOSED

zonkyio avatar zonkyio commented on July 28, 2024
DefaultPostgresBinaryResolver : No postgres binaries were found, you must add an appropriate maven dependency that meets the following parameters - system: Darwin, architecture: x86_64

from embedded-database-spring-test.

Comments (2)

tomix26 avatar tomix26 commented on July 28, 2024

Hi, thanks for your question.

You do not need to have the postgres installed locally, postgres binaries are distributed in the form of maven dependencies. In your case, the build needs the io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64 dependency. But this dependency is part of embedded-database-spring-test library as a transitive dependency, so it should not be necessary to define it explicitly.

Are you sure you do not have this dependency excluded? Could you please verify that you really have this dependency in your project? If not, can you try to add the dependency explicitly?

You can also compare your maven configuration with the following sample application https://github.com/tomix26/embedded-database-demo and check that everything is set up correctly. Finally, you can try to run tests of the sample project via mvn clean test command to rule out a configuration error on your side.

from embedded-database-spring-test.

heatherm avatar heatherm commented on July 28, 2024

Thanks for this.

The setup was near identical to the demo app. I ran tests on the demo app and they passed (Java 8). Right after, I re-ran my tests and they passed.

Somehow, the connection to the tmp dir where the embedded-pg is now found, and pg is extracted correctly.

I suspect that running the tests on the demo app has initialized something, but I'm not sure what. I tried deleting the embedded-pg directory inside /var/folders/ys/..../T/, but it still finds and extracts correctly, so I am unable to reproduce the error.

If I see this again I'll reopen. Thanks again for the assistance!

from embedded-database-spring-test.

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.