Commit ae1f6fd
fs: re-enable watch facility in AIX
On AIX, watch feature depends on AHAFS based Event infrastructure.
While in principle the watch use case is same across platforms, there
are subtle differences in the way AIX deals with this, with few
behavioral changes (external).
This commit addresses an assertion failure on folder watch, enabling the
AIX code for watch feature which was masked under a macro, open up
relevant test cases, skip tests which comes under the AIX limitation,
and make the document changes as appropriate.
Refs: #11094
Refs: #5085
PR-URL: #10085
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>1 parent e714243 commit ae1f6fdCopy full SHA for ae1f6fd
File tree
Expand file treeCollapse file tree
3 files changed
+17
-8
lines changedOpen diff view settings
Filter options
- doc/api
- test/parallel
Expand file treeCollapse file tree
3 files changed
+17
-8
lines changedOpen diff view settings
Collapse file
+7Lines changed: 7 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1752 | 1752 | |
1753 | 1753 | |
1754 | 1754 | |
| 1755 | + |
| 1756 | + |
| 1757 | + |
| 1758 | + |
| 1759 | + |
| 1760 | + |
| 1761 | + |
1755 | 1762 | |
1756 | 1763 | |
1757 | 1764 | |
|
Collapse file
test/parallel/parallel.status
Copy file name to clipboardExpand all lines: test/parallel/parallel.status+1-8Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | 22 | |
27 | | - |
28 | | - |
29 | | - |
30 | 23 | |
31 | 24 | |
32 | | - |
| 25 | + |
Collapse file
test/parallel/test-fs-watch-encoding.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-watch-encoding.js+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
17 | 26 | |
18 | 27 | |
19 | 28 | |
|
0 commit comments