Skip to content

WIP - Rewriting tests to use vitest #2775

WIP - Rewriting tests to use vitest

WIP - Rewriting tests to use vitest #2775

Triggered via pull request January 3, 2025 22:00
@alexcottneralexcottner
synchronize #2178
vitest
Status Failure
Total duration 1m 14s
Artifacts

browsers.yml

on: pull_request
Matrix: Browser Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test/http/integration_test.ts > HTTP Integration tests > Backed off server > should appropriately populate the backoff property: test/http/integration_test.ts#L595
AssertionError: expected +0 to deeply equal 10 - Expected + Received - 10 + 0 ❯ test/http/integration_test.ts:595:45
test/http/integration_test.ts > HTTP Integration tests > Deprecated protocol version > Soft EOL > should warn when the server sends a deprecation Alert header: test/http/integration_test.ts#L631
AssertionError: expected "spy" to be called with arguments: [ 'Boom', 'http://www.perdu.com' ] Received: Number of calls: 0 ❯ test/http/integration_test.ts:631:32
test/http/integration_test.ts > HTTP Integration tests > Deprecated protocol version > Hard EOL > should reject with a 410 Gone when hard EOL is received: test/test_utils.ts#L22
AssertionError: expected undefined to be defined ❯ expectAsyncError test/test_utils.ts:22:17 ❯ async* test/http/integration_test.ts:659:14
test/http/integration_test.ts > HTTP Integration tests > Limited pagination > Limited configured server pagination > should fetch one results page: test/http/integration_test.ts#L697
AssertionError: expected [ …(2) ] to have a length of 1 but got 2 - Expected + Received - 1 + 2 ❯ test/http/integration_test.ts:697:48
Browser Tests (firefox)
Process completed with exit code 1.
Browser Tests (firefox)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636