Commit 9e7cfbb
test: add missing await in fs-rm/fs-rmdir tests
Noticed that a few assertions were not being awaited, this could
potentially be leading to flakiness in tmp cleanup.
Refs: #41201
PR-URL: #41545
Refs: #41201
Reviewed-By: Ian Sutherland <ian@iansutherland.ca>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>1 parent 82042d0 commit 9e7cfbbCopy full SHA for 9e7cfbb
File tree
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-rm.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-rm.js+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
184 | 184 | |
185 | 185 | |
186 | 186 | |
187 | | - |
188 | | - |
| 187 | + |
| 188 | + |
189 | 189 | |
190 | 190 | |
191 | 191 | |
192 | 192 | |
193 | 193 | |
194 | 194 | |
195 | 195 | |
196 | | - |
| 196 | + |
197 | 197 | |
198 | 198 | |
199 | | - |
| 199 | + |
200 | 200 | |
201 | 201 | |
202 | 202 | |
| ||
206 | 206 | |
207 | 207 | |
208 | 208 | |
209 | | - |
| 209 | + |
210 | 210 | |
211 | 211 | |
212 | 212 | |
|
Collapse file
test/parallel/test-fs-rmdir-recursive.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-rmdir-recursive.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
141 | 141 | |
142 | 142 | |
143 | 143 | |
144 | | - |
145 | | - |
| 144 | + |
| 145 | + |
146 | 146 | |
147 | 147 | |
148 | 148 | |
| ||
154 | 154 | |
155 | 155 | |
156 | 156 | |
157 | | - |
| 157 | + |
158 | 158 | |
159 | 159 | |
160 | 160 | |
|
0 commit comments