Skip to content

fix(deps): update all non-major dependencies #370

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #370

Triggered via push January 3, 2025 18:24
Status Failure
Total duration 1m 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/api/tidb/cud.spec.ts > Planetscale API > INSERT and UPDATE and DELETE > INSERT INTO hotels (name, stars) VALUES ("INSERT HOTEL", 3.5);: tests/api/tidb/cud.spec.ts#L44
AssertionError: expected null to deeply equal Any<Number> - Expected: Any<Number> + Received: null ❯ tests/api/tidb/cud.spec.ts:44:33
tests/api/tidb/cud.spec.ts > Planetscale API > INSERT and UPDATE and DELETE > INSERT INTO hotels (name, address) VALUES ("INSERT HOTEL", "1-1, Chiyoda-ku, Tokyo");: tests/api/tidb/cud.spec.ts#L61
AssertionError: expected null to deeply equal Any<Number> - Expected: Any<Number> + Received: null ❯ tests/api/tidb/cud.spec.ts:61:33
tests/api/tidb/cud.spec.ts > Planetscale API > INSERT and UPDATE and DELETE > UPDATE hotels SET ... WHERE id = \d+;: tests/api/tidb/cud.spec.ts#L88
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ tests/api/tidb/cud.spec.ts:88:33
tests/api/tidb/cud.spec.ts > Planetscale API > INSERT and UPDATE and DELETE > DELETE FROM hotels WHERE id >= \d+;: tests/api/tidb/cud.spec.ts#L103
AssertionError: expected +0 to be 2 // Object.is equality - Expected + Received - 2 + 0 ❯ tests/api/tidb/cud.spec.ts:103:33
tests/api/tidb/select-json-value-is-array.spec.ts > TiDB API > INSERT and SELECT > INSERT INTO hotels (name, stars) VALUES ("json_value_is_array", "{"tags": ["a", "b", "c"]}");: tests/api/tidb/select-json-value-is-array.spec.ts#L33
AssertionError: expected null to deeply equal Any<Number> - Expected: Any<Number> + Received: null ❯ tests/api/tidb/select-json-value-is-array.spec.ts:33:33
tests/api/tidb/select-json-value-is-array.spec.ts > TiDB API > INSERT and SELECT > SELECT * FROM hotels WHERE id = 1;: tests/api/tidb/select-json-value-is-array.spec.ts#L46
TypeError: Cannot convert undefined or null to object ❯ tests/api/tidb/select-json-value-is-array.spec.ts:46:16
tests/api/tidb/select-json-value-is-array.spec.ts > TiDB API > INSERT and SELECT > DELETE FROM hotels WHERE id >= \d+;: tests/api/tidb/select-json-value-is-array.spec.ts#L56
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ tests/api/tidb/select-json-value-is-array.spec.ts:56:33
tests/api/tidb/select.spec.ts > TiDB API > basic SELECT > SELECT * FROM hotels ORDER BY `id` ASC LIMIT 1; with fullResult: tests/api/tidb/select.spec.ts#L97
AssertionError: expected null to be +0 // Object.is equality - Expected: 0 + Received: null ❯ tests/api/tidb/select.spec.ts:97:33
tests/api/tidb/select.spec.ts > TiDB API > basic SELECT > SELECT * FROM hotels ORDER BY `id` ASC LIMIT 2;: tests/api/tidb/select.spec.ts#L135
AssertionError: expected null to be +0 // Object.is equality - Expected: 0 + Received: null ❯ tests/api/tidb/select.spec.ts:135:33
tests/api/tidb/select.spec.ts > TiDB API > basic SELECT > result rows is 0 : SELECT * FROM hotels WHERE id = 1000;: tests/api/tidb/select.spec.ts#L150
AssertionError: expected null to be +0 // Object.is equality - Expected: 0 + Received: null ❯ tests/api/tidb/select.spec.ts:150:33
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636