benchmark: skip test-benchmark-os on IBMi#50286
Closed
mhdawson wants to merge 3 commits intonodejs:mainfrom
Closed
benchmark: skip test-benchmark-os on IBMi#50286mhdawson wants to merge 3 commits intonodejs:mainfrom
mhdawson wants to merge 3 commits intonodejs:mainfrom
Conversation
Member
mhdawson
commented
Oct 19, 2023
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail.
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail. Signed-off-by: Michael Dawson <midawson@redhat.com>
Member
Author
|
CI run to confirm this skips the test on IBMi and the CI is green - https://ci.nodejs.org/view/All/job/node-test-commit-ibmi/1338/ |
Signed-off-by: Michael Dawson <midawson@redhat.com>
Member
Author
|
@abmusse FYI |
H4ad
reviewed
Oct 19, 2023
Signed-off-by: Michael Dawson <midawson@redhat.com>
Member
Author
Member
Author
|
CI to verify again that is passed on ibmi - https://ci.nodejs.org/view/All/job/node-test-commit-ibmi/1339/ |
H4ad
reviewed
Oct 19, 2023
Comment on lines
+14
to
+17
| if (os.type() === 'OS400') { | ||
| console.log('Skipping: os.uptime is not implemented on IBMi'); | ||
| process.exit(0); | ||
| } |
Member
There was a problem hiding this comment.
I think it is better to put outside main, on top of the file, just not to have any weird behavior.
But is not a blocker for me, so do it if you agree.
Member
There was a problem hiding this comment.
@mhdawson can you move this to a similar position like in other fs benchmarks?
H4ad
approved these changes
Oct 19, 2023
Contributor
|
Fast-track has been requested by @mhdawson. Please 👍 to approve. |
Collaborator
richardlau
approved these changes
Oct 20, 2023
anonrig
approved these changes
Oct 20, 2023
Collaborator
Collaborator
lpinca
approved these changes
Oct 20, 2023
This was referenced Oct 21, 2023
Collaborator
mhdawson
added a commit
that referenced
this pull request
Oct 24, 2023
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #50286 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Member
Author
|
Landed in abd8ff6 |
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: nodejs#50286 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos
pushed a commit
that referenced
this pull request
Nov 11, 2023
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #50286 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
UlisesGascon
pushed a commit
that referenced
this pull request
Dec 11, 2023
- IBMi does not have the os.uptime implemented so skip otherwise CI tests fail. Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #50286 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Merged
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.