Skip to content

fix: lint

fix: lint #134

Triggered via push January 15, 2026 12:55
Status Failure
Total duration 2m 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return 400 for invalid query parameters: tests/feature/geojsonAPI.test.ts#L313
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:313:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should support sort parameter: tests/feature/geojsonAPI.test.ts#L291
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:291:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should support all parameter to get all records: tests/feature/geojsonAPI.test.ts#L270
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:270:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should support pagination with page parameter: tests/feature/geojsonAPI.test.ts#L250
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:250:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should support search query parameter: tests/feature/geojsonAPI.test.ts#L224
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:224:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return 403 for user without access to data source: tests/feature/geojsonAPI.test.ts#L209
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:209:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return GeoJSON for valid request: tests/feature/geojsonAPI.test.ts#L158
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:158:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return 404 for non-existent data source: tests/feature/geojsonAPI.test.ts#L143
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:143:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return 401 with invalid credentials: tests/feature/geojsonAPI.test.ts#L127
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:127:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }
tests/feature/geojsonAPI.test.ts > GeoJSON REST API > should return 401 without authentication: tests/feature/geojsonAPI.test.ts#L117
TypeError: fetch failed ❯ tests/feature/geojsonAPI.test.ts:117:22 Caused by: Caused by: Error: C03CCB73D27F0000:error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../deps/openssl/openssl/ssl/record/methods/tls_common.c:662: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { library: 'SSL routines', reason: 'packet length too long', code: 'ERR_SSL_PACKET_LENGTH_TOO_LONG' }