Skip to content

chore(deps): bump rack from 3.1.10 to 3.1.17 in /packages/ruby #3565

chore(deps): bump rack from 3.1.10 to 3.1.17 in /packages/ruby

chore(deps): bump rack from 3.1.10 to 3.1.17 in /packages/ruby #3565

Triggered via pull request October 7, 2025 17:31
Status Failure
Total duration 2m 56s
Artifacts

nodejs.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/lib/get-project-base-url.test.ts > get-project-base-url > should populate the cache if not present: packages/node/test/lib/get-project-base-url.test.ts#L52
AssertionError: expected null to strictly equal 'https://docs.example.com' - Expected: "https://docs.example.com" + Received: null ❯ test/lib/get-project-base-url.test.ts:52:37
test/lib/get-project-base-url.test.ts > get-project-base-url > should not call the API for project data if the cache is fresh: packages/node/test/lib/get-project-base-url.test.ts#L44
AssertionError: expected null to strictly equal 'https://docs.example.com' - Expected: "https://docs.example.com" + Received: null ❯ test/lib/get-project-base-url.test.ts:44:37
test/index.test.ts > #metrics > #baseLogUrl > should fetch the `baseLogUrl` if not passed: packages/node/test/index.test.ts#L557
Error: Expected a valid `x-documentation-url` header to be present. ❯ test/index.test.ts:557:10 ❯ test/index.test.ts:558:31 ❯ ../../node_modules/supertest/lib/test.js:308:13 ❯ Test._assertFunction ../../node_modules/supertest/lib/test.js:285:13 ❯ Test.assert ../../node_modules/supertest/lib/test.js:164:23 ❯ Server.localAssert ../../node_modules/supertest/lib/test.js:120:14
test/index.test.ts > #metrics > unified snippet tests > should not persist the api key between requests: packages/node/test/index.test.ts#L322
AssertionError: expected +0 to equal 1 - Expected + Received - 1 + 0 ❯ test/index.test.ts:322:40
test/index.test.ts > #metrics > unified snippet tests > should send requests to the metrics server: packages/node/test/index.test.ts#L304
AssertionError: expected +0 to equal 3 - Expected + Received - 3 + 0 ❯ test/index.test.ts:304:40
test/index.test.ts > #metrics > tests for sending requests to the metrics server > should send a request to the metrics server after the backoff time has expired: packages/node/test/index.test.ts#L205
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ test/index.test.ts:205:37
test/index.test.ts > #metrics > tests for sending requests to the metrics server > should log error response status after the metrics server returns an error: packages/node/test/index.test.ts#L196
AssertionError: expected "spy" to be called with arguments: [ { message: StringContaining{…} } ] Received: Number of calls: 0 ❯ test/index.test.ts:196:32
test/index.test.ts > #metrics > tests for sending requests to the metrics server > should log response status after the metrics server responds: packages/node/test/index.test.ts#L188
AssertionError: expected "spy" to be called with arguments: [ { message: StringContaining{…} } ] Received: Number of calls: 0 ❯ test/index.test.ts:188:31
test/index.test.ts > #metrics > tests for sending requests to the metrics server > should send requests to the metrics server: packages/node/test/index.test.ts#L172
AssertionError: expected +0 to be 3 // Object.is equality - Expected + Received - 3 + 0 ❯ test/index.test.ts:172:37