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

test: fix flaky test-repl-sigint-nested-eval #45354

Merged
merged 2 commits into from Nov 13, 2022
Merged

Commits on Nov 9, 2022

  1. test: fix flaky test-repl-sigint-nested-eval

    There is a race condition where process.kill can be sent before the
    target is ready to receive the signal.
    
    Fixes: nodejs#41123
    Trott committed Nov 9, 2022
    Copy the full SHA
    80ade7f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Update test/parallel/test-repl-sigint-nested-eval.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott and aduh95 committed Nov 10, 2022
    Copy the full SHA
    2d9cf09 View commit details
    Browse the repository at this point in the history