GithubHelp home page GithubHelp logo

Comments (7)

RonnyPfannschmidt avatar RonnyPfannschmidt commented on August 26, 2024 2

feel free to do that, also please note that this plugin is currently unmaintained

from pytest-forked.

untitaker avatar untitaker commented on August 26, 2024

I believe pytest-forked needs to develop some patterns or best practices around it. Most importantly (to me) the --forked flag is a very wide brush which slows down the entire testsuite dramatically when there may only be a few test requiring boxedness. See #23 too.

from pytest-forked.

RonnyPfannschmidt avatar RonnyPfannschmidt commented on August 26, 2024

mypersonal oppinion is that this is better served on top of actual xdist, forked has a number of drawbacks, however xdist is not in a shape to support those details (lack of support for multiprocessing among other things)

from pytest-forked.

untitaker avatar untitaker commented on August 26, 2024

@RonnyPfannschmidt I don't understand what you mean. Why do you both think that xdist would serve #23 better and that it can't serve #23 at the same time?

from pytest-forked.

RonnyPfannschmidt avatar RonnyPfannschmidt commented on August 26, 2024

@untitaker foked actually forks the interpreter, kills the stdio connection and then at a random later point sends all reports via the stdio fds of the child to the parent

xdist on the other hand starts a interpreter, collects tests completely separate, then just runs that test

so using xdist machinery would make for better isolation and better execution/reporting

however the scheduling mechanisms and the process execution mechanisms in xdist need a feature extension for this use-case to work nicely

from pytest-forked.

untitaker avatar untitaker commented on August 26, 2024

Does xdist run each test in a separate process, or does it fork to create a workerpool? I definetly need one process per boxed test.

From my understanding you have collection per-worker in xdist but I don't see how that's beneficial to me here.

Right now I cannot use parallelization of xdist for my own purposes anyway because I have certain tests that cannot be run in parallel (because they write to a shared pg)

from pytest-forked.

RonnyPfannschmidt avatar RonnyPfannschmidt commented on August 26, 2024

what you describe is the current behaviour of xist,
what i described is an additional scheduling mechanism that would allow to collect exactly single test for a specific sub-process so that specific tests could be deferred to processes that exit after running a single test

from pytest-forked.

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.