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

[v16.x backport] test runner additions #44873

Closed
wants to merge 6 commits into from

Commits on Nov 23, 2022

  1. test_runner: support programmatically running --test

    PR-URL: nodejs#44241
    Backport-PR-URL: nodejs#44873
    Fixes: nodejs#44023
    Fixes: nodejs#43675
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8950229 View commit details
    Browse the repository at this point in the history
  2. test_runner: fix duration_ms to be milliseconds

    PR-URL: nodejs#44450
    Backport-PR-URL: nodejs#44873
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    MoLow committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9037120 View commit details
    Browse the repository at this point in the history
  3. test_runner: support using --inspect with --test

    PR-URL: nodejs#44520
    Backport-PR-URL: nodejs#44873
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6e980bf View commit details
    Browse the repository at this point in the history
  4. test: fix test-runner-inspect

    PR-URL: nodejs#44620
    Backport-PR-URL: nodejs#44873
    Fixes: nodejs#44600
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    MoLow committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3c4c0cd View commit details
    Browse the repository at this point in the history
  5. cluster: use inspector utils

    PR-URL: nodejs#44592
    Backport-PR-URL: nodejs#44873
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    MoLow committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    36be71e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. test: mark test-watch-mode* as flaky on all platforms

    This was confirmed flaky on those platforms:
    - Windows x64
    - Windows on Arm
    - Linux
    - Freebsd
    
    Tests randomly fail because of bad order in messages expected, which
    seems related to threads scheduling at execution.
    
    PR-URL: nodejs#45049
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    pbo-linaro authored and MoLow committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    880b273 View commit details
    Browse the repository at this point in the history