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_runner: fix recursive run #52322

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

MoLow
Copy link
Member

@MoLow MoLow commented Apr 2, 2024

Fixes #52304

added a warning so users can know what is going on, and added a call to postRun so the tests stream will end

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/test_runner

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test_runner labels Apr 2, 2024
@MoLow MoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 2, 2024
@github-actions github-actions bot added request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Apr 2, 2024
Copy link
Contributor

github-actions bot commented Apr 2, 2024

Failed to start CI
- Validating Jenkins credentials
✘  Jenkins credentials invalid
https://github.com/nodejs/node/actions/runs/8527079667

@panva panva added request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. labels Apr 3, 2024
@MoLow MoLow force-pushed the test-runner-recursive-run branch from d7afa62 to fe3fca7 Compare April 3, 2024 17:31
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 3, 2024
@nodejs-github-bot
Copy link
Collaborator

@MoLow MoLow force-pushed the test-runner-recursive-run branch from fe3fca7 to f26d3af Compare April 3, 2024 19:27
@MoLow MoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 3, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 3, 2024
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@MoLow MoLow added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 4, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Apr 4, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/52322
✔  Done loading data for nodejs/node/pull/52322
----------------------------------- PR info ------------------------------------
Title      test_runner: fix recursive run (#52322)
Author     Moshe Atlow  (@MoLow)
Branch     MoLow:test-runner-recursive-run -> nodejs:main
Labels     needs-ci, test_runner
Commits    1
 - test_runner: fix recursive run
Committers 1
 - Moshe Atlow 
PR-URL: https://github.com/nodejs/node/pull/52322
Reviewed-By: Chemi Atlow 
Reviewed-By: Colin Ihrig 
Reviewed-By: Benjamin Gruenbaum 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/52322
Reviewed-By: Chemi Atlow 
Reviewed-By: Colin Ihrig 
Reviewed-By: Benjamin Gruenbaum 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last approving review:
   ⚠  - test_runner: fix recursive run
   ℹ  This PR was created on Tue, 02 Apr 2024 11:11:25 GMT
   ✔  Approvals: 3
   ✔  - Chemi Atlow (@atlowChemi): https://github.com/nodejs/node/pull/52322#pullrequestreview-1973575013
   ✔  - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/52322#pullrequestreview-1974222094
   ✔  - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/52322#pullrequestreview-1974360473
   ✔  Last GitHub CI successful
   ℹ  Last Full PR CI on 2024-04-04T10:38:43Z: https://ci.nodejs.org/job/node-test-pull-request/58103/
- Querying data for job/node-test-pull-request/58103/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/8554105787

@aduh95 aduh95 removed the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Apr 4, 2024
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 4, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 4, 2024
@nodejs-github-bot nodejs-github-bot merged commit 433bd1b into nodejs:main Apr 4, 2024
62 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 433bd1b

@MoLow
Copy link
Member Author

MoLow commented Apr 4, 2024

thanks @aduh95 🙏

@MoLow MoLow deleted the test-runner-recursive-run branch April 4, 2024 13:25
marco-ippolito pushed a commit that referenced this pull request May 2, 2024
PR-URL: #52322
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
PR-URL: #52322
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
lukins-cz pushed a commit to lukins-cz/OS-Aplet-node that referenced this pull request Jun 1, 2024
PR-URL: nodejs#52322
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. test_runner
Projects
None yet
9 participants