FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: skip test-runner-watch-mode on IBMi by MoLow · Pull Request #48473 · nodejs/node · GitHub

/ node Public

test: skip test-runner-watch-mode on IBMi - #48473

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
MoLow:fix-ibmi
Jun 21, 2023
Merged

test: skip test-runner-watch-mode on IBMi#48473
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
MoLow:fix-ibmi

Conversation

MoLow commented Jun 16, 2023

Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/test_runner

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jun 16, 2023

MoLow commented Jun 16, 2023

Copy link
Copy Markdown
Member Author

CC @nodejs/platform-ibmi

abmusse commented Jun 16, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

@MoLow

Thanks for pointing out that fs.watch is not supported on IBM i.

I've been trying to search on the repo and find technical reason why its unsupported by searching with:

https://github.com/nodejs/node/issues?q=fs.watch+ibmi

I haven't found much info on the reason its unsupported yet.

Is fs.watchFile also not supported?

The test case test-runner-watch-mode uses node --watch , Which API does that use (watch or watchFIle)?

MoLow commented Jun 18, 2023
edited
Loading

Copy link
Copy Markdown
Member Author

I've been trying to search on the repo and find technical reason why its unsupported by searching with:

I would assume that it is not implemented in libuv, but I was only able to find this #30819

The test case test-runner-watch-mode uses node --watch , Which API does that use (watch or watchFIle)?

it uses watch

const watcher = watch(path, { recursive, signal: this.#signal });

abmusse commented Jun 19, 2023

Copy link
Copy Markdown
Contributor

Thanks for the additional info!

I agree since its using watch API and that is unsupported on IBM i we should skip this test.

MoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

richardlau added the ibm i Issues and PRs related to the IBM i platform. label Jun 21, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

MoLow added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 21, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 21, 2023
nodejs-github-bot merged commit 0afd6e8 into nodejs:main Jun 21, 2023

Copy link
Copy Markdown
Collaborator

Landed in 0afd6e8

RafaelGSS pushed a commit that referenced this pull request Jul 3, 2023
PR-URL: #48473
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
RafaelGSS mentioned this pull request Jul 3, 2023
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48473
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
PR-URL: nodejs#48473
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
ruyadorno pushed a commit that referenced this pull request Sep 10, 2023
PR-URL: #48473
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
ruyadorno mentioned this pull request Sep 10, 2023
ruyadorno pushed a commit that referenced this pull request Sep 13, 2023
PR-URL: #48473
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
MoLow deleted the fix-ibmi branch May 24, 2024 09:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ibm i Issues and PRs related to the IBM i platform. 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.

ibmi: parallel/test-runner-watch-mode fails with timeout

6 participants


Back | FazBrowse Home | New Git URL