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

Detect process.exit() called from tests #3080

Merged
merged 13 commits into from Sep 4, 2022

Commits on Aug 6, 2022

  1. Add process.exit test

    gibson042 committed Aug 6, 2022
    Copy the full SHA
    a81533f View commit details
    Browse the repository at this point in the history
  2. Override process.exit in tests

    Fixes avajs#861
    gibson042 committed Aug 6, 2022
    Copy the full SHA
    06a6f7e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Copy the full SHA
    ae53bfc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Copy the full SHA
    19bed42 View commit details
    Browse the repository at this point in the history
  2. Mitigate a racy test

    A worker cannot observe a peer-failed message sent before it started listening.
    gibson042 committed Aug 16, 2022
    Copy the full SHA
    96ff6ef View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Copy the full SHA
    6614450 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Copy the full SHA
    a0e0b82 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    708a93c View commit details
    Browse the repository at this point in the history
  3. Only include the stack to the actual process.exit() call

    No need for other error details, the error is synthetic anyway.
    novemberborn committed Aug 28, 2022
    Copy the full SHA
    e57e210 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    32a3b34 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3a17516 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cb2f590 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Improve a variable name

    gibson042 committed Aug 30, 2022
    Copy the full SHA
    a38d502 View commit details
    Browse the repository at this point in the history