Code Monkey home page Code Monkey logo

Comments (9)

mdibaiee avatar mdibaiee commented on May 21, 2024

We do emit an error when the assertion count doesn't match planned. Why do we need the _pendingAsserts in the first place?

I have probably misunderstood this bug, can you please clarify? @kevva

from ava.

sindresorhus avatar sindresorhus commented on May 21, 2024

@mdibaiee I think it's related to this: https://github.com/sindresorhus/ava/blob/ff5eebba5d06ea22a1ed1ca5f76f33386bee8381/test/test.js#L245-L247

from ava.

mdibaiee avatar mdibaiee commented on May 21, 2024

@sindresorhus: I see, I'll take a look to see if I can fix this when I get some free time.

from ava.

Qix- avatar Qix- commented on May 21, 2024

If I'm understanding this correctly, the way I've seen it done before is even if t.end() has been called and the test passed, an assertion called after that point will re-show the test as failed. You don't need to know the point of last assertion, and you will never know thanks to the halting problem.

from ava.

sindresorhus avatar sindresorhus commented on May 21, 2024

@mdibaiee Did you have a chance to look into it? No worries if not :)

from ava.

mdibaiee avatar mdibaiee commented on May 21, 2024

@sindresorhus: Hey,

I took a look, couldn't find a solution, it might be possible if we have a timeout, but then, we can't just wait for the timeout to pass for every test only because it might be doing something wrong.

A funny idea hit my head! Inspecting the test body's code, searching for <first-argument>.assert and similar method calls 😆

from ava.

Qix- avatar Qix- commented on May 21, 2024

A funny idea hit my head! Inspecting the test body's code, searching for .assert and similar method calls 😆

Going to assume that was a joke 🆘


If things are blocking and async functions are still at play, node won't terminate. You don't have to wait for anything unless it's a faulty test.

from ava.

mdibaiee avatar mdibaiee commented on May 21, 2024

@Qix- yeah that was a joke.

How can we know if there are async functions still in progress? process._getActiveHandles() and process._getActiveRequests() only work for IO handles/requests.

from ava.

Qix- avatar Qix- commented on May 21, 2024

Because node won't terminate unless they're done executing.

from ava.

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.