Skip to content

chore(deps): update all non-major dependencies #326

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #326

Triggered via push November 13, 2024 15:39
Status Failure
Total duration 2m 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
Docker pull failed with exit code 1, back off 9.323 seconds before retry.
test
Docker pull failed with exit code 1, back off 4.498 seconds before retry.
test
Docker pull failed with exit code 1, back off 4.234 seconds before retry.
test
Docker pull failed with exit code 1, back off 4.561 seconds before retry.