Commit 8e50413
test: fix flaky test-fs-read-buffer-tostring-fail
The test is memory intensive and times out occasionally on Raspberry Pi
devices in CI. Successful test runs take about 90 seconds, but the
devices time out after 120 seconds. That's not a lot of headroom. So
let's skip the test on devices that have only modest amounts of memory.
Fixes: #7042
PR-URL: #7575
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>1 parent fa99dad commit 8e50413Copy full SHA for 8e50413
File tree
Expand file treeCollapse file tree
1 file changed
+7
-0
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+7
-0
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-read-buffer-tostring-fail.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-read-buffer-tostring-fail.js+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
4 | 11 | |
5 | 12 | |
6 | 13 | |
|
0 commit comments