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: skip test-runner-watch-mode on IBMi #48473

Merged
merged 1 commit into from Jun 21, 2023

Conversation

MoLow
Copy link
Member

@MoLow MoLow commented Jun 16, 2023

@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 Issues and PRs related to the tests. labels Jun 16, 2023
@MoLow
Copy link
Member Author

MoLow commented Jun 16, 2023

CC @nodejs/platform-ibmi

@abmusse
Copy link
Contributor

abmusse commented Jun 16, 2023

@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
Copy link
Member Author

MoLow commented Jun 18, 2023

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
Copy link
Contributor

abmusse commented Jun 19, 2023

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 MoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@richardlau richardlau added the ibm i Issues and PRs related to the IBM i platform. label Jun 21, 2023
@nodejs-github-bot
Copy link
Collaborator

@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 Jun 21, 2023
@nodejs-github-bot 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 nodejs-github-bot merged commit 0afd6e8 into nodejs:main Jun 21, 2023
65 checks passed
@nodejs-github-bot
Copy link
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 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 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>
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