-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: disable fs watch tests for AIX #5187
Conversation
# regressions until this work is complete | ||
[$system==aix] | ||
test-fs-watch-enoent : FAIL, PASS | ||
test-async-wrap-check-providers : FAIL, PASS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be better with test-async-wrap-check-providers to handle it in the test itself, otherwise you might be missing out on some real regressions (it's a test that tests a number of subsystems, fs.watch()
is just one of them.)
If you do, you should note it in the comment here so it's not forgotten about.
Left a suggestion but LGTM if you don't want to take it. |
Good point, I'll take a look at test-async-wrap-check-providers to look at just excluding the required part. |
fs watch currently needs special configuration on AIX and we want to improve under nodejs#5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX
@bnoordhuis updated |
LGTM |
fs watch currently needs special configuration on AIX and we want to improve under #5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: #5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
landed as 6a85ad9 |
CI run to confirm on AIX: https://ci.nodejs.org/job/node-test-commit-aix/46/ |
confirmed we are down to the 1 unrelated failure in the AIX runs, closing |
fs watch currently needs special configuration on AIX and we want to improve under #5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: #5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
fs watch currently needs special configuration on AIX and we want to improve under #5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: #5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
fs watch currently needs special configuration on AIX and we want to improve under #5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: #5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
fs watch currently needs special configuration on AIX and we want to improve under nodejs#5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: nodejs#5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
fs watch currently needs special configuration on AIX and we want to improve under #5085. Tests are disabled so CI can be green and we can spot other regressions until this work is complete. test-async-wrap-check-providers does not aim to test fs watch but part of the test uses it so that part has been skipped for AIX PR-URL: #5187 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
fs watch currently needs special configuration on AIX and we
want to improve under #5085.
Tests are disabled so CI can be green and we can spot other
regressions until this work is complete.
test-async-wrap-check-providers does not aim to test fs watch
but uses it as part of what it is testing so its included in
those disabled.