Skip to content

test: rename regression tests with descriptive file names (pt. 6)

Rename the tests appropriately alongside mentioning the subsystem Also, make a few basic changes to make sure the tests conform to the standard test structure

Refs: https://github.com/nodejs/node/issues/19105 Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure

Checklist

  • test-child-process-fork-regr-gh-2847
  • test-http-regr-gh-2821
  • test-http-pipeline-regr-2639
  • test-http-pipeline-regr-3332
  • test-http-pipeline-regr-3508
  • test-async-wrap-GH13045

P.S. Two commits (https://github.com/nodejs/node/commit/f84a6b7c1ef59d5cbe2804661fde7b88822d4bd1 and https://github.com/nodejs/node/commit/2ee8d8738a9e327f5eee1e2e239f28c2e37c8873) are unrelated and cancel each other out. They won't matter after we squash.

Merge request reports

Loading