Skip to content

test: move test-fs-largefile to pummel

Rodrigo Muino Tomonari requested to merge github/fork/Trott/move-to-pummel into master

test-fs-largefile was disabled. It was fixed in bbf74fb8 but left in disabled because it generates a 5Gb file. However, gibfahn had the sensible suggestion of moving it to the pummel directory. Which is what this change does.

In pummel, lint rules are applied, so this does necessitate changing a pair of var declarations to const.

Refs: https://github.com/nodejs/node/commit/bbf74fb87b2f8273e1d93e949f9c840b12ce4805

h/t @gibfahn

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test fs

Merge request reports

Loading