Git Product home page Git Product logo

Comments (1)

SimonSimCity avatar SimonSimCity commented on July 28, 2024

Well, when thinking about this, you shouldn't test the chaining itself. I personally take the code, executed in a job, as an exportable function and test it. If I would have several chained jobs, I would take each part and test it as one individual unit. The combination then has to work like in a micro-service environment.

Imagine, you have a ton of several applications - each of them in your case is a job, happen to be written in the same language and framework - but this could also be different, right? At least when thinking of it as micro-services. You'd then try a superrior unit to test this. This could be done by having your application running in a production-like environment and testing the outcome on the UI, which is what we're doing. A useful tools for this is Chimpy which also has a special meteor integration.

Hope this helps.

from meteor-job-collection.

Related Issues (3)

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.