Conversation
There was a problem hiding this comment.
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
|
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
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.