-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
CI is failing because of Descending test id on line: 'ok 2 - should run tests with dependency repeatedly'
#54535
Labels
build
Issues and PRs related to build files or the CI.
test_runner
Issues and PRs related to the test runner subsystem.
test
Issues and PRs related to the tests.
Comments
tniessen
added
build
Issues and PRs related to build files or the CI.
test_runner
Issues and PRs related to the test runner subsystem.
labels
Aug 24, 2024
(I've added the |
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Aug 24, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at all. Fixes: nodejs#54535
Proposed fix in #54538. |
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Aug 24, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at from the spawned child process. Fixes: nodejs#54535
nodejs-github-bot
pushed a commit
that referenced
this issue
Aug 26, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at from the spawned child process. Fixes: #54535 PR-URL: #54538 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
RafaelGSS
pushed a commit
that referenced
this issue
Aug 30, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at from the spawned child process. Fixes: #54535 PR-URL: #54538 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
RafaelGSS
pushed a commit
that referenced
this issue
Aug 30, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at from the spawned child process. Fixes: #54535 PR-URL: #54538 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at from the spawned child process. Fixes: nodejs#54535 PR-URL: nodejs#54538 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Issues and PRs related to build files or the CI.
test_runner
Issues and PRs related to the test runner subsystem.
test
Issues and PRs related to the tests.
In this CI run, the only failure is
test-runner-watch-mode
, which fails very frequently (see #49605).It is marked as flaky though so the CI still eventually displays:
All tests passed.
The CI run still fails due to the following error:
That line appears in the error output of
test-runner-watch-mode
:cc @nodejs/test_runner
The text was updated successfully, but these errors were encountered: