Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't force-exit after tests have completed #3260

Merged
merged 7 commits into from
Dec 4, 2023
Merged

Commits on Nov 12, 2023

  1. Don't force-exit after tests have completed

    Fixes #1718.
    
    With worker threads, this seems to stop AVA from detecting that the thread has exited, causing a hang.
    
    Also remove flush logic implemented in #1722. Let's hope that current Node.js versions are better at flushing IPC before exiting.
    novemberborn committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e78d65c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    ba50194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    210eb95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11e174 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fix external assertions tests for Node.js 21

    The assertion message is different, which requires more creativity with the snapshots.
    novemberborn committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4210433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ab949 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    5c5862e View commit details
    Browse the repository at this point in the history