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: test-node-output-v8-warning.mjs fails alphanumeric fixture paths #50730

Closed
wants to merge 1 commit into from

Conversation

MrJithil
Copy link
Contributor

@MrJithil MrJithil commented Nov 14, 2023

Fixes: #50724
test-node-output-v8-warning.mjs fails alphanumeric fixture paths like
_temp/node-v21.2.0-nightly2023-11-12ff7dd9c2ca, it will not properly
get normalised
as a temporary fix we can remove all the string before the fixture
path

@MrJithil MrJithil closed this Nov 14, 2023
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Nov 14, 2023
@MrJithil MrJithil reopened this Nov 14, 2023
@MrJithil MrJithil changed the title test: fix message v8 not normalising alphanumeric paths test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths Nov 14, 2023
@MrJithil MrJithil changed the title test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths Nov 14, 2023
@MrJithil MrJithil changed the title test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths Nov 14, 2023
@MrJithil MrJithil requested a review from targos November 15, 2023 01:00
@MrJithil MrJithil added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Nov 16, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 16, 2023
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment was marked as outdated.

@MrJithil
Copy link
Contributor Author

@targos If we are good to go, I can land this. Please let me know your review.

@MrJithil MrJithil added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 21, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 21, 2023
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@targos targos mentioned this pull request Nov 28, 2023
@nodejs-github-bot
Copy link
Collaborator

@RafaelGSS RafaelGSS added the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 28, 2023
@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 Nov 28, 2023
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/50730
✔  Done loading data for nodejs/node/pull/50730
----------------------------------- PR info ------------------------------------
Title      test: test-node-output-v8-warning.mjs fails alphanumeric fixture paths (#50730)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     MrJithil:fix-50724 -> nodejs:main
Labels     test, author ready, needs-ci
Commits    1
 - test: fix message v8 not normalising alphanumeric paths
Committers 1
 - Jithil P Ponnan 
PR-URL: https://github.com/nodejs/node/pull/50730
Fixes: https://github.com/nodejs/node/issues/50724
Reviewed-By: Moshe Atlow 
Reviewed-By: Vinícius Lourenço Claro Cardoso 
Reviewed-By: Rafael Gonzaga 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/50730
Fixes: https://github.com/nodejs/node/issues/50724
Reviewed-By: Moshe Atlow 
Reviewed-By: Vinícius Lourenço Claro Cardoso 
Reviewed-By: Rafael Gonzaga 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 14 Nov 2023 13:53:28 GMT
   ✔  Approvals: 3
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/50730#pullrequestreview-1731646441
   ✔  - Vinícius Lourenço Claro Cardoso (@H4ad): https://github.com/nodejs/node/pull/50730#pullrequestreview-1732140211
   ✔  - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/50730#pullrequestreview-1753722281
   ✘  Last GitHub CI failed
   ℹ  Last Full PR CI on 2023-11-28T14:12:07Z: https://ci.nodejs.org/job/node-test-pull-request/55977/
- Querying data for job/node-test-pull-request/55977/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/7023555020

RafaelGSS pushed a commit that referenced this pull request Nov 28, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@RafaelGSS
Copy link
Member

Landed in 3f10a21

@RafaelGSS RafaelGSS closed this Nov 28, 2023
RafaelGSS pushed a commit that referenced this pull request Nov 28, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
RafaelGSS pushed a commit that referenced this pull request Nov 29, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
UlisesGascon pushed a commit that referenced this pull request Dec 11, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@UlisesGascon UlisesGascon mentioned this pull request Dec 12, 2023
UlisesGascon pushed a commit that referenced this pull request Dec 13, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
UlisesGascon pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
UlisesGascon pushed a commit that referenced this pull request Dec 19, 2023
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test-node-output-v8-warning.mjs fails on test-tarball-linux for releases
5 participants