GithubHelp home page GithubHelp logo

Comments (4)

ryanto avatar ryanto commented on August 21, 2024 3

Yup, absolutely a bug! Thanks for the great write up, that made it easy to understand.

Also thanks for posting your fix, hopefully that will help anyone else facing this for the time being.

My guess is that we should have beforeEach setup a guid that creating and cleaning up mocks can use. This way cleanup only clears out mocks that were created during its test run.

from ember-cli-fastboot-testing.

SergeAstapov avatar SergeAstapov commented on August 21, 2024

@ryanto Thank you for quick response!

looks like nock supports "scopes" - https://github.com/nock/nock#scope-filtering, may be an option here

from ember-cli-fastboot-testing.

suchitadoshi1987 avatar suchitadoshi1987 commented on August 21, 2024

@ryanto did we come up with a solution for this issue? looks like we are seeing a similar issue which potentially might be caused due to this.

from ember-cli-fastboot-testing.

ryanto avatar ryanto commented on August 21, 2024

Hi @suchitadoshi1987

Right now the best thing to do is the test filtering based on Serge's post so that you only run a single fastboot testing process.

ember exam --split=4 --parallel=1 --filter='!Fastboot |' && ember test --filter='Fastboot |'

from ember-cli-fastboot-testing.

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.