Skip to content

E2e cli for cross-SDK tests #4

E2e cli for cross-SDK tests

E2e cli for cross-SDK tests #4

Re-run triggered February 18, 2026 18:52
Status Failure
Total duration 8m 39s
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/tests/retry/x-retry-count-header.test.ts > X-Retry-Count Header > Initial Request > sends X-Retry-Count: 0 even when request fails: sdk-e2e-tests/src/tests/retry/x-retry-count-header.test.ts#L76
AssertionError: expected undefined to be '0' // Object.is equality - Expected: "0" + Received: undefined ❯ src/tests/retry/x-retry-count-header.test.ts:76:53
src/tests/retry/x-retry-count-header.test.ts > X-Retry-Count Header > Initial Request > sends X-Retry-Count: 0 on first attempt: sdk-e2e-tests/src/tests/retry/x-retry-count-header.test.ts#L59
AssertionError: expected undefined to be '0' // Object.is equality - Expected: "0" + Received: undefined ❯ src/tests/retry/x-retry-count-header.test.ts:59:53
src/tests/retry/retry-integration.test.ts > Retry Integration > Network Simulation > handles slow network with 408 timeout: sdk-e2e-tests/src/tests/retry/retry-integration.test.ts#L412
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/tests/retry/retry-integration.test.ts:412:37
src/tests/retry/http-status-codes.test.ts > HTTP Status Code Handling > 5xx Server Errors - Non-Retryable Exceptions > drops batch on 505 HTTP Version Not Supported: sdk-e2e-tests/src/tests/retry/http-status-codes.test.ts#L324
AssertionError: expected [ { method: 'POST', …(4) }, …(2) ] to have a length of 1 but got 3 - Expected + Received - 1 + 3 ❯ src/tests/retry/http-status-codes.test.ts:324:57
src/tests/retry/http-status-codes.test.ts > HTTP Status Code Handling > 5xx Server Errors - Non-Retryable Exceptions > drops batch on 501 Not Implemented: sdk-e2e-tests/src/tests/retry/http-status-codes.test.ts#L310
AssertionError: expected [ { method: 'POST', …(4) }, …(1) ] to have a length of 1 but got 2 - Expected + Received - 1 + 2 ❯ src/tests/retry/http-status-codes.test.ts:310:57
src/tests/retry/http-status-codes.test.ts > HTTP Status Code Handling > 4xx Client Errors - Retryable Exceptions > retries on 408 Request Timeout with Retry-After: sdk-e2e-tests/src/tests/retry/http-status-codes.test.ts#L133
AssertionError: expected [ { method: 'POST', …(4) } ] to have a length of 2 but got 1 - Expected + Received - 2 + 1 ❯ src/tests/retry/http-status-codes.test.ts:133:29
src/tests/retry/basic-retry.test.ts > Basic Retry & Error Handling > Error Handling > does not retry on 501: sdk-e2e-tests/src/tests/retry/basic-retry.test.ts#L81
AssertionError: expected [ { method: 'POST', …(4) }, …(1) ] to have a length of 1 but got 2 - Expected + Received - 1 + 2 ❯ src/tests/retry/basic-retry.test.ts:81:57