Skip to content

feat: support setting a siteId on function creation #11

feat: support setting a siteId on function creation

feat: support setting a siteId on function creation #11

Triggered via push October 30, 2024 00:29
Status Failure
Total duration 1m 1s
Billable time 1m
Artifacts

test-runner.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/clients/functions.test.ts > FleekSDK > list functions: src/libs/graphqlFetcher.ts#L53
TypeError: fetch failed ❯ Module.graphqlFetcher src/libs/graphqlFetcher.ts:53:20 ❯ node_modules/.pnpm/@fleek-platform[email protected]/node_modules/@fleek-platform/utils-genql-client/dist/runtime/fetcher.ts:46:20 ❯ FunctionsClient.list src/clients/functions.ts:89:22 ❯ src/clients/functions.test.ts:61:22 Caused by: Caused by: Error: getaddrinfo ENOTFOUND fleek.mock.server ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'fleek.mock.server' }
src/clients/functions.test.ts > FleekSDK > should create function: src/libs/graphqlFetcher.ts#L53
TypeError: fetch failed ❯ Module.graphqlFetcher src/libs/graphqlFetcher.ts:53:20 ❯ node_modules/.pnpm/@fleek-platform[email protected]/node_modules/@fleek-platform/utils-genql-client/dist/runtime/fetcher.ts:46:20 ❯ FunctionsClient.create src/clients/functions.ts:121:22 ❯ src/clients/functions.test.ts:124:22 Caused by: Caused by: Error: getaddrinfo ENOTFOUND fleek.mock.server ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'fleek.mock.server' }
src/clients/functions.test.ts > FleekSDK > should delete function: src/libs/graphqlFetcher.ts#L53
TypeError: fetch failed ❯ Module.graphqlFetcher src/libs/graphqlFetcher.ts:53:20 ❯ node_modules/.pnpm/@fleek-platform[email protected]/node_modules/@fleek-platform/utils-genql-client/dist/runtime/fetcher.ts:46:20 ❯ FunctionsClient.delete src/clients/functions.ts:160:22 ❯ src/clients/functions.test.ts:146:22 Caused by: Caused by: Error: getaddrinfo ENOTFOUND fleek.mock.server ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'fleek.mock.server' }
build
Process completed with exit code 1.