Giter Club home page Giter Club logo

Comments (5)

ate47 avatar ate47 commented on July 3, 2024

@hmottestad, It seems that the compliance tests are using Jupiter, but I've never worked with it so I don't know if the issue is coming from it or not.

from qendpoint.

hmottestad avatar hmottestad commented on July 3, 2024

Jupiter is the name for Junit 5. Jerven migrated those tests from Junit 4. I know there is one issue with the way that they are executed now. The lifecycle hooks don't work correctly. Maybe that is the issue here?

from qendpoint.

hmottestad avatar hmottestad commented on July 3, 2024

Maybe surefire/failsafe maven plugins need to be updated to detect the tests?

from qendpoint.

ate47 avatar ate47 commented on July 3, 2024

Ok, I've updated that to test in the test-compliances branch, but I get errors, I'll try to see why

https://github.com/the-qa-company/qEndpoint/commits/test-compliances/

from qendpoint.

hmottestad avatar hmottestad commented on July 3, 2024

What's happening now is probably related to the lifecycle issues with the tests. The directory that is created for the new repository is the same for each test, instead of a new directory. So essentially it's starting a repo in a directory, then shutting it down, then starting it back up again. Doing this over and over again should be fine, but I think that qEndpoint probably has some bugs when this happens.

One quick fix would be to create a new directly within the temporary directory, in the new repository method.

from qendpoint.

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.