Skip to content

fix: 301 and 302 change method to GET #15442

fix: 301 and 302 change method to GET

fix: 301 and 302 change method to GET #15442

Triggered via pull request November 21, 2024 17:25
Status Failure
Total duration 3m 55s
Artifacts

nodejs.yml

on: pull_request
Matrix: test-without-intl
Matrix: test
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

180 errors and 18 notices
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44439 connection@keep-alive' - 'POST /5 :: host@localhost:44439 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44439 connection@keep-alive' - 'POST /5 :: host@localhost:44439 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:44439 connection@keep-alive', expected: 'POST /5 :: host@localhost:44439 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:35791 connection@keep-alive' - 'POST /5 :: host@localhost:35791 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:35791 connection@keep-alive' - 'POST /5 :: host@localhost:35791 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:35791 connection@keep-alive', expected: 'POST /5 :: host@localhost:35791 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34801 connection@keep-alive' - 'POST /5 :: host@localhost:34801 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34801 connection@keep-alive' - 'POST /5 :: host@localhost:34801 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:34801 connection@keep-alive', expected: 'POST /5 :: host@localhost:34801 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:43899 connection@keep-alive' - 'POST /5 :: host@localhost:43899 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:43899 connection@keep-alive' - 'POST /5 :: host@localhost:43899 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:43899 connection@keep-alive', expected: 'POST /5 :: host@localhost:43899 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44589 connection@keep-alive' - 'POST /5 :: host@localhost:44589 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44589 connection@keep-alive' - 'POST /5 :: host@localhost:44589 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:44589 connection@keep-alive', expected: 'POST /5 :: host@localhost:44589 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34447 connection@keep-alive' - 'POST /5 :: host@localhost:34447 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34447 connection@keep-alive' - 'POST /5 :: host@localhost:34447 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:34447 connection@keep-alive', expected: 'POST /5 :: host@localhost:34447 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44725 connection@keep-alive' - 'POST /5 :: host@localhost:44725 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44725 connection@keep-alive' - 'POST /5 :: host@localhost:44725 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:44725 connection@keep-alive', expected: 'POST /5 :: host@localhost:44725 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:43929 connection@keep-alive' - 'POST /5 :: host@localhost:43929 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:43929 connection@keep-alive' - 'POST /5 :: host@localhost:43929 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:43929 connection@keep-alive', expected: 'POST /5 :: host@localhost:43929 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:38001 connection@keep-alive' - 'POST /5 :: host@localhost:38001 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:38001 connection@keep-alive' - 'POST /5 :: host@localhost:38001 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:38001 connection@keep-alive', expected: 'POST /5 :: host@localhost:38001 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33879 connection@keep-alive' - 'POST /5 :: host@localhost:33879 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33879 connection@keep-alive' - 'POST /5 :: host@localhost:33879 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:33879 connection@keep-alive', expected: 'POST /5 :: host@localhost:33879 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:41931 connection@keep-alive' - 'POST /5 :: host@localhost:41931 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:41931 connection@keep-alive' - 'POST /5 :: host@localhost:41931 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:41931 connection@keep-alive', expected: 'POST /5 :: host@localhost:41931 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:36079 connection@keep-alive' - 'POST /5 :: host@localhost:36079 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:36079 connection@keep-alive' - 'POST /5 :: host@localhost:36079 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:36079 connection@keep-alive', expected: 'POST /5 :: host@localhost:36079 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46481 connection@keep-alive' - 'POST /5 :: host@localhost:46481 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46481 connection@keep-alive' - 'POST /5 :: host@localhost:46481 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:46481 connection@keep-alive', expected: 'POST /5 :: host@localhost:46481 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34085 connection@keep-alive' - 'POST /5 :: host@localhost:34085 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34085 connection@keep-alive' - 'POST /5 :: host@localhost:34085 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:34085 connection@keep-alive', expected: 'POST /5 :: host@localhost:34085 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46319 connection@keep-alive' - 'POST /5 :: host@localhost:46319 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46319 connection@keep-alive' - 'POST /5 :: host@localhost:46319 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:46319 connection@keep-alive', expected: 'POST /5 :: host@localhost:46319 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39169 connection@keep-alive' - 'POST /5 :: host@localhost:39169 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39169 connection@keep-alive' - 'POST /5 :: host@localhost:39169 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:39169 connection@keep-alive', expected: 'POST /5 :: host@localhost:39169 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34079 connection@keep-alive' - 'POST /5 :: host@localhost:34079 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:34079 connection@keep-alive' - 'POST /5 :: host@localhost:34079 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:34079 connection@keep-alive', expected: 'POST /5 :: host@localhost:34079 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39279 connection@keep-alive' - 'POST /5 :: host@localhost:39279 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39279 connection@keep-alive' - 'POST /5 :: host@localhost:39279 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:39279 connection@keep-alive', expected: 'POST /5 :: host@localhost:39279 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:37947 connection@keep-alive' - 'POST /5 :: host@localhost:37947 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:37947 connection@keep-alive' - 'POST /5 :: host@localhost:37947 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:37947 connection@keep-alive', expected: 'POST /5 :: host@localhost:37947 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33609 connection@keep-alive' - 'POST /5 :: host@localhost:33609 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33609 connection@keep-alive' - 'POST /5 :: host@localhost:33609 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:33609 connection@keep-alive', expected: 'POST /5 :: host@localhost:33609 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49359 connection@keep-alive' - 'POST /5 :: host@localhost:49359 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49359 connection@keep-alive' - 'POST /5 :: host@localhost:49359 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49359 connection@keep-alive', expected: 'POST /5 :: host@localhost:49359 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49458 connection@keep-alive' - 'POST /5 :: host@localhost:49458 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49458 connection@keep-alive' - 'POST /5 :: host@localhost:49458 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49458 connection@keep-alive', expected: 'POST /5 :: host@localhost:49458 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49578 connection@keep-alive' - 'POST /5 :: host@localhost:49578 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49578 connection@keep-alive' - 'POST /5 :: host@localhost:49578 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49578 connection@keep-alive', expected: 'POST /5 :: host@localhost:49578 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49703 connection@keep-alive' - 'POST /5 :: host@localhost:49703 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49703 connection@keep-alive' - 'POST /5 :: host@localhost:49703 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49703 connection@keep-alive', expected: 'POST /5 :: host@localhost:49703 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49362 connection@keep-alive' - 'POST /5 :: host@localhost:49362 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49362 connection@keep-alive' - 'POST /5 :: host@localhost:49362 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49362 connection@keep-alive', expected: 'POST /5 :: host@localhost:49362 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49466 connection@keep-alive' - 'POST /5 :: host@localhost:49466 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49466 connection@keep-alive' - 'POST /5 :: host@localhost:49466 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49466 connection@keep-alive', expected: 'POST /5 :: host@localhost:49466 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49592 connection@keep-alive' - 'POST /5 :: host@localhost:49592 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49592 connection@keep-alive' - 'POST /5 :: host@localhost:49592 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49592 connection@keep-alive', expected: 'POST /5 :: host@localhost:49592 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49712 connection@keep-alive' - 'POST /5 :: host@localhost:49712 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49712 connection@keep-alive' - 'POST /5 :: host@localhost:49712 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49712 connection@keep-alive', expected: 'POST /5 :: host@localhost:49712 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test\redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60774 connection@keep-alive' - 'POST /5 :: host@localhost:60774 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60774 connection@keep-alive' - 'POST /5 :: host@localhost:60774 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:60774 connection@keep-alive', expected: 'POST /5 :: host@localhost:60774 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60875 connection@keep-alive' - 'POST /5 :: host@localhost:60875 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60875 connection@keep-alive' - 'POST /5 :: host@localhost:60875 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:60875 connection@keep-alive', expected: 'POST /5 :: host@localhost:60875 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60995 connection@keep-alive' - 'POST /5 :: host@localhost:60995 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:60995 connection@keep-alive' - 'POST /5 :: host@localhost:60995 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:60995 connection@keep-alive', expected: 'POST /5 :: host@localhost:60995 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61115 connection@keep-alive' - 'POST /5 :: host@localhost:61115 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61115 connection@keep-alive' - 'POST /5 :: host@localhost:61115 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:61115 connection@keep-alive', expected: 'POST /5 :: host@localhost:61115 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test\redirect-request.js: test\redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49356 connection@keep-alive' - 'POST /5 :: host@localhost:49356 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49356 connection@keep-alive' - 'POST /5 :: host@localhost:49356 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49356 connection@keep-alive', expected: 'POST /5 :: host@localhost:49356 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49460 connection@keep-alive' - 'POST /5 :: host@localhost:49460 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49460 connection@keep-alive' - 'POST /5 :: host@localhost:49460 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49460 connection@keep-alive', expected: 'POST /5 :: host@localhost:49460 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49580 connection@keep-alive' - 'POST /5 :: host@localhost:49580 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49580 connection@keep-alive' - 'POST /5 :: host@localhost:49580 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49580 connection@keep-alive', expected: 'POST /5 :: host@localhost:49580 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49700 connection@keep-alive' - 'POST /5 :: host@localhost:49700 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49700 connection@keep-alive' - 'POST /5 :: host@localhost:49700 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49700 connection@keep-alive', expected: 'POST /5 :: host@localhost:49700 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49384 connection@keep-alive' - 'POST /5 :: host@localhost:49384 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49384 connection@keep-alive' - 'POST /5 :: host@localhost:49384 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49384 connection@keep-alive', expected: 'POST /5 :: host@localhost:49384 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49482 connection@keep-alive' - 'POST /5 :: host@localhost:49482 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49482 connection@keep-alive' - 'POST /5 :: host@localhost:49482 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49482 connection@keep-alive', expected: 'POST /5 :: host@localhost:49482 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49601 connection@keep-alive' - 'POST /5 :: host@localhost:49601 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49601 connection@keep-alive' - 'POST /5 :: host@localhost:49601 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49601 connection@keep-alive', expected: 'POST /5 :: host@localhost:49601 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49723 connection@keep-alive' - 'POST /5 :: host@localhost:49723 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:49723 connection@keep-alive' - 'POST /5 :: host@localhost:49723 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:49723 connection@keep-alive', expected: 'POST /5 :: host@localhost:49723 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test\redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64619 connection@keep-alive' - 'POST /5 :: host@localhost:64619 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64619 connection@keep-alive' - 'POST /5 :: host@localhost:64619 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64619 connection@keep-alive', expected: 'POST /5 :: host@localhost:64619 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64717 connection@keep-alive' - 'POST /5 :: host@localhost:64717 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64717 connection@keep-alive' - 'POST /5 :: host@localhost:64717 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64717 connection@keep-alive', expected: 'POST /5 :: host@localhost:64717 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64838 connection@keep-alive' - 'POST /5 :: host@localhost:64838 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64838 connection@keep-alive' - 'POST /5 :: host@localhost:64838 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64838 connection@keep-alive', expected: 'POST /5 :: host@localhost:64838 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64992 connection@keep-alive' - 'POST /5 :: host@localhost:64992 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64992 connection@keep-alive' - 'POST /5 :: host@localhost:64992 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64992 connection@keep-alive', expected: 'POST /5 :: host@localhost:64992 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test\redirect-request.js: test\redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50162 connection@keep-alive' - 'POST /5 :: host@localhost:50162 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50162 connection@keep-alive' - 'POST /5 :: host@localhost:50162 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50162 connection@keep-alive', expected: 'POST /5 :: host@localhost:50162 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50263 connection@keep-alive' - 'POST /5 :: host@localhost:50263 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50263 connection@keep-alive' - 'POST /5 :: host@localhost:50263 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50263 connection@keep-alive', expected: 'POST /5 :: host@localhost:50263 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50383 connection@keep-alive' - 'POST /5 :: host@localhost:50383 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50383 connection@keep-alive' - 'POST /5 :: host@localhost:50383 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50383 connection@keep-alive', expected: 'POST /5 :: host@localhost:50383 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50503 connection@keep-alive' - 'POST /5 :: host@localhost:50503 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50503 connection@keep-alive' - 'POST /5 :: host@localhost:50503 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50503 connection@keep-alive', expected: 'POST /5 :: host@localhost:50503 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:640:9) at async Test.processPendingSubtests (node:internal/test_runner/test:382:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test\redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:63887 connection@keep-alive' - 'POST /5 :: host@localhost:63887 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:63887 connection@keep-alive' - 'POST /5 :: host@localhost:63887 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:63887 connection@keep-alive', expected: 'POST /5 :: host@localhost:63887 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:63986 connection@keep-alive' - 'POST /5 :: host@localhost:63986 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:63986 connection@keep-alive' - 'POST /5 :: host@localhost:63986 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:63986 connection@keep-alive', expected: 'POST /5 :: host@localhost:63986 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64107 connection@keep-alive' - 'POST /5 :: host@localhost:64107 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64107 connection@keep-alive' - 'POST /5 :: host@localhost:64107 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64107 connection@keep-alive', expected: 'POST /5 :: host@localhost:64107 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64229 connection@keep-alive' - 'POST /5 :: host@localhost:64229 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:64229 connection@keep-alive' - 'POST /5 :: host@localhost:64229 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:64229 connection@keep-alive', expected: 'POST /5 :: host@localhost:64229 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test\redirect-request.js: test\redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test\redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61247 connection@keep-alive' - 'POST /5 :: host@localhost:61247 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61247 connection@keep-alive' - 'POST /5 :: host@localhost:61247 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:61247 connection@keep-alive', expected: 'POST /5 :: host@localhost:61247 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test\redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61350 connection@keep-alive' - 'POST /5 :: host@localhost:61350 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61350 connection@keep-alive' - 'POST /5 :: host@localhost:61350 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:61350 connection@keep-alive', expected: 'POST /5 :: host@localhost:61350 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61473 connection@keep-alive' - 'POST /5 :: host@localhost:61473 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61473 connection@keep-alive' - 'POST /5 :: host@localhost:61473 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:61473 connection@keep-alive', expected: 'POST /5 :: host@localhost:61473 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61594 connection@keep-alive' - 'POST /5 :: host@localhost:61594 connection@keep-alive content-length@7 :: REQUEST'] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:61594 connection@keep-alive' - 'POST /5 :: host@localhost:61594 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:61594 connection@keep-alive', expected: 'POST /5 :: host@localhost:61594 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
should follow redirections when going cross origin: test\redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:632:9) at async Test.processPendingSubtests (node:internal/test_runner/test:374:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test\redirect-request.js: test\redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33911 connection@keep-alive' - 'POST /5 :: host@localhost:33911 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33911 connection@keep-alive' - 'POST /5 :: host@localhost:33911 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:33911 connection@keep-alive', expected: 'POST /5 :: host@localhost:33911 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39691 connection@keep-alive' - 'POST /5 :: host@localhost:39691 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39691 connection@keep-alive' - 'POST /5 :: host@localhost:39691 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:39691 connection@keep-alive', expected: 'POST /5 :: host@localhost:39691 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:36967 connection@keep-alive' - 'POST /5 :: host@localhost:36967 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:36967 connection@keep-alive' - 'POST /5 :: host@localhost:36967 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:36967 connection@keep-alive', expected: 'POST /5 :: host@localhost:36967 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:32881 connection@keep-alive' - 'POST /5 :: host@localhost:32881 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:32881 connection@keep-alive' - 'POST /5 :: host@localhost:32881 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:32881 connection@keep-alive', expected: 'POST /5 :: host@localhost:32881 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test\redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50357 connection@keep-alive' - 'POST /5 :: host@localhost:50357 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50357 connection@keep-alive' - 'POST /5 :: host@localhost:50357 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50357 connection@keep-alive', expected: 'POST /5 :: host@localhost:50357 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50458 connection@keep-alive' - 'POST /5 :: host@localhost:50458 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50458 connection@keep-alive' - 'POST /5 :: host@localhost:50458 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50458 connection@keep-alive', expected: 'POST /5 :: host@localhost:50458 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50619 connection@keep-alive' - 'POST /5 :: host@localhost:50619 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50619 connection@keep-alive' - 'POST /5 :: host@localhost:50619 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50619 connection@keep-alive', expected: 'POST /5 :: host@localhost:50619 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test\redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50739 connection@keep-alive' - 'POST /5 :: host@localhost:50739 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:50739 connection@keep-alive' - 'POST /5 :: host@localhost:50739 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:50739 connection@keep-alive', expected: 'POST /5 :: host@localhost:50739 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test\redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test\redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at TestContext.<anonymous> (D:\a\undici\undici\test\redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test\redirect-request.js: test\redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:42075 connection@keep-alive' - 'POST /5 :: host@localhost:42075 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:42075 connection@keep-alive' - 'POST /5 :: host@localhost:42075 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:42075 connection@keep-alive', expected: 'POST /5 :: host@localhost:42075 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33009 connection@keep-alive' - 'POST /5 :: host@localhost:33009 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:33009 connection@keep-alive' - 'POST /5 :: host@localhost:33009 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:33009 connection@keep-alive', expected: 'POST /5 :: host@localhost:33009 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46167 connection@keep-alive' - 'POST /5 :: host@localhost:46167 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46167 connection@keep-alive' - 'POST /5 :: host@localhost:46167 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:46167 connection@keep-alive', expected: 'POST /5 :: host@localhost:46167 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44461 connection@keep-alive' - 'POST /5 :: host@localhost:44461 connection@keep-alive content-length@7 :: REQUEST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:44461 connection@keep-alive' - 'POST /5 :: host@localhost:44461 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:44461 connection@keep-alive', expected: 'POST /5 :: host@localhost:44461 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
should follow redirection after a HTTP 301: test/redirect-stream.js#L100
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39201 connection@keep-alive' - 'POST /5 :: host@localhost:39201 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:39201 connection@keep-alive' - 'POST /5 :: host@localhost:39201 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:100:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:39201 connection@keep-alive', expected: 'POST /5 :: host@localhost:39201 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-stream.js#L319
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-stream.js:319:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46361 connection@keep-alive' - 'POST /5 :: host@localhost:46361 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:46361 connection@keep-alive' - 'POST /5 :: host@localhost:46361 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:46361 connection@keep-alive', expected: 'POST /5 :: host@localhost:46361 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:35197 connection@keep-alive' - 'POST /5 :: host@localhost:35197 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:35197 connection@keep-alive' - 'POST /5 :: host@localhost:35197 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:35197 connection@keep-alive', expected: 'POST /5 :: host@localhost:35197 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirection after a HTTP 301: test/redirect-request.js#L128
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:37779 connection@keep-alive' - 'POST /5 :: host@localhost:37779 connection@keep-alive content-length@7 :: REQUEST'] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'GET /5 :: host@localhost:37779 connection@keep-alive' - 'POST /5 :: host@localhost:37779 connection@keep-alive content-length@7 :: REQUEST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:128:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET /5 :: host@localhost:37779 connection@keep-alive', expected: 'POST /5 :: host@localhost:37779 connection@keep-alive content-length@7 :: REQUEST', operator: 'strictEqual' } }
should not follow redirects when using ReadableStream request bodies: test/redirect-request.js#L495
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 200 !== 301 ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 200 !== 301 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:495:7) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 200, expected: 301, operator: 'strictEqual' } }
should follow redirections when going cross origin: test/redirect-request.js#L544
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 'GET' !== 'POST' ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 'GET' !== 'POST' at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/redirect-request.js:544:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Test.run (node:internal/test_runner/test:797:9) at async Test.processPendingSubtests (node:internal/test_runner/test:527:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'GET', expected: 'POST', operator: 'strictEqual' } }
test/redirect-request.js: test/redirect-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 37322.248ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 38204.977ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 37205.448ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 42717.828ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 40570.727ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 51307.444ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 51812.700ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 41854.152ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 53332.935ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 57066.342ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 43475.099ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 56202.424ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 44037.741ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1016 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 46972.995ms
Test with Node.js 22 compiled --without-intl
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 37772.088ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 47943.117ms
Test with Node.js 23 compiled --without-intl
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 38221.056ms
Test with Node.js 20 compiled --without-intl
Total Tests: 1030 Suites 📂: 78 Passed ✅: 1015 Failed ❌: 9 Canceled 🚫: 1 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 38649.357ms