-
Notifications
You must be signed in to change notification settings - Fork 30k
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: migrate message eval tests from Python to JS #50482
Conversation
can you please take a look into failing tests? |
Sure. |
@yiyunlei may I take over the pr? This would unblock my pr 💚 #56285 (comment) |
Sure, no problem. |
d2536ce
to
8d17393
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #50482 +/- ##
==========================================
+ Coverage 88.01% 88.53% +0.52%
==========================================
Files 653 657 +4
Lines 187728 190395 +2667
Branches 35868 36545 +677
==========================================
+ Hits 165225 168570 +3345
+ Misses 15693 14999 -694
- Partials 6810 6826 +16 |
Commit Queue failed- Loading data for nodejs/node/pull/50482 ✔ Done loading data for nodejs/node/pull/50482 ----------------------------------- PR info ------------------------------------ Title test: migrate message eval tests from Python to JS (#50482) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch yiyunlei:migrate-eval-tests -> nodejs:main Labels test, author ready, needs-ci, review wanted Commits 2 - test: migrate message eval tests from Python to JS - fixup Committers 1 - Marco Ippolito <marcoippolito54@gmail.com> PR-URL: https://github.com/nodejs/node/pull/50482 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50482 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Tue, 31 Oct 2023 05:12:51 GMT ✔ Approvals: 1 ✔ - Juan José Arboleda (@juanarbol): https://github.com/nodejs/node/pull/50482#pullrequestreview-2521162545 ⚠ GitHub cannot link the author of 'test: migrate message eval tests from Python to JS' to their GitHub account. ⚠ Please suggest them to take a look at https://github.com/nodejs/node/blob/99b1ada/doc/guides/contributing/pull-requests.md#step-1-fork ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-12-23T19:59:06Z: https://ci.nodejs.org/job/node-test-pull-request/64181/ - Querying data for job/node-test-pull-request/64181/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 50482 From https://github.com/nodejs/node * branch refs/pull/50482/merge -> FETCH_HEAD ✔ Fetched commits as 56d58654ed60..8d17393258f3 -------------------------------------------------------------------------------- [main 911f4bc792] test: migrate message eval tests from Python to JS Author: Yiyun Lei <yiyunlei.dev@gmail.com> Date: Tue Oct 31 01:08:25 2023 -0400 5 files changed, 59 insertions(+), 26 deletions(-) rename test/{message => fixtures/eval}/eval_messages.js (98%) rename test/{message/eval_messages.out => fixtures/eval/eval_messages.snapshot} (72%) rename test/{message => fixtures/eval}/stdin_messages.js (98%) rename test/{message/stdin_messages.out => fixtures/eval/stdin_messages.snapshot} (72%) create mode 100644 test/parallel/test-node-output-eval.mjs [main 8aa7d011fe] fixup Author: Marco Ippolito <marcoippolito54@gmail.com> Date: Mon Dec 23 17:31:23 2024 +0100 3 files changed, 72 insertions(+), 72 deletions(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- test: migrate message eval tests from Python to JShttps://github.com/nodejs/node/actions/runs/12473287213 |
@yiyunlei apparently the automation cannot link the commit back to you, I think due to the email |
8d17393
to
1a9af8d
Compare
Migrate the eval tests in the `test/message` folder from Python to JS.
1a9af8d
to
965ba46
Compare
I jsut amended the author, the last CI was green CI: https://ci.nodejs.org/job/node-test-pull-request/64181/ |
Migrate the eval tests in the `test/message` folder from Python to JS. PR-URL: #50482 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Landed in a9e65f6 |
Migrate the eval tests in the
test/message
folder from Python to JS.