Uh oh!
There was an error while loading. Please reload this page.
benchmark: skip test-benchmark-os on IBMi - #50286
Conversation
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>
mhdawson
commented
Oct 19, 2023
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>
mhdawson
commented
Oct 19, 2023
@abmusse FYI |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Michael Dawson <midawson@redhat.com>
mhdawson
commented
Oct 19, 2023
mhdawson
commented
Oct 19, 2023
CI to verify again that is passed on ibmi - https://ci.nodejs.org/view/All/job/node-test-commit-ibmi/1339/ |
| if (os.type() === 'OS400') { | ||
| console.log('Skipping: os.uptime is not implemented on IBMi'); | ||
| process.exit(0); | ||
| } |
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.
There was a problem hiding this comment.
@mhdawson can you move this to a similar position like in other fs benchmarks?
Fast-track has been requested by @mhdawson. Please 👍 to approve. |
nodejs-github-bot
commented
Oct 20, 2023
nodejs-github-bot
commented
Oct 20, 2023
nodejs-github-bot
commented
Oct 20, 2023
nodejs-github-bot
commented
Oct 23, 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>
mhdawson
commented
Oct 24, 2023
Landed in abd8ff6 |
- 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>
- 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>