GithubHelp home page GithubHelp logo

Comments (2)

ferd avatar ferd commented on May 27, 2024 1

I believe there is no way to fix this. The CT hooks just have disjoint calls for init_per_<whatever>, and test cases themselves carry no information about the groups they belong to; this library reconstructs them by observing the order. Running various groups in parallel therefore results in the naming being more or less randomly assigned to the test cases since the CT hook's scope is globally shared.

A workaround could be to try and modify the Config value returned by the hook (see docs) but this in turn means that the CT hooks start modifying test data on behalf of test cases by injecting arbitrary configuration values that are then readable within each test case's config.

I'm not sure, in this case, whether the fix is worse than the problem.

from cth_readable.

TheGeorge avatar TheGeorge commented on May 27, 2024

I have been struggling with this as well. Without changes to CT I think there is no way (even with writing information written to Config) to reliable fix this. There are two ways of carrying data in hooks:

  • the hook state, which is shared, this does not work reliable for parallel groups
  • Config, which get's carried over correctly, but then is not available in the on_tc_* callbacks (otherwise, one could use a very special key for the location data)

from cth_readable.

Related Issues (10)

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.