Skip to content

[VNEXT] multiple storage provider support #70

[VNEXT] multiple storage provider support

[VNEXT] multiple storage provider support #70

Triggered via pull request November 15, 2024 02:38
Status Failure
Total duration 2m 23s
Artifacts

pull-requests.yaml

on: pull_request
Backend Server Tests  /  Go
24s
Backend Server Tests / Go
Frontend and End-to-End Tests  /  Lint
42s
Frontend and End-to-End Tests / Lint
Frontend and End-to-End Tests  /  Integration Tests
2m 11s
Frontend and End-to-End Tests / Integration Tests
Matrix: Frontend and End-to-End Tests / integration-tests-pgsql
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 5 warnings
Backend Server Tests / Go: backend/internal/core/services/all.go#L1
: # github.com/sysadminsmedia/homebox/backend/internal/core/services [github.com/sysadminsmedia/homebox/backend/internal/core/services.test]
Backend Server Tests / Go
not enough arguments in call to repo.New
Backend Server Tests / Go: backend/internal/data/repo/asset_id_type.go#L1
: # github.com/sysadminsmedia/homebox/backend/internal/data/repo [github.com/sysadminsmedia/homebox/backend/internal/data/repo.test]
Backend Server Tests / Go
not enough arguments in call to New
Backend Server Tests / Go
unknown field dir in struct literal of type DocumentRepository (typecheck)
Backend Server Tests / Go
issues found
lib/api/__test__/user/items.test.ts > user should be able to create an item and add an attachment > user should be able to create an item and add an attachment: frontend/lib/api/__test__/user/items.test.ts#L49
AssertionError: expected 500 to be 201 // Object.is equality - Expected + Received - 201 + 500 ❯ lib/api/__test__/user/items.test.ts:49:31
Frontend and End-to-End Tests / Integration Tests PGSQL 16
Process completed with exit code 201.
Frontend and End-to-End Tests / Integration Tests PGSQL 17
The job was canceled because "_16" failed.
lib/api/__test__/user/items.test.ts > user should be able to create an item and add an attachment > user should be able to create an item and add an attachment: frontend/lib/api/__test__/user/items.test.ts#L49
AssertionError: expected 500 to be 201 // Object.is equality - Expected + Received - 201 + 500 ❯ lib/api/__test__/user/items.test.ts:49:31
Frontend and End-to-End Tests / Integration Tests PGSQL 17
Process completed with exit code 201.
Frontend and End-to-End Tests / Integration Tests PGSQL 15
The job was canceled because "_16" failed.
lib/api/__test__/user/items.test.ts > user should be able to create an item and add an attachment > user should be able to create an item and add an attachment: frontend/lib/api/__test__/user/items.test.ts#L49
AssertionError: expected 500 to be 201 // Object.is equality - Expected + Received - 201 + 500 ❯ lib/api/__test__/user/items.test.ts:49:31
Frontend and End-to-End Tests / Integration Tests PGSQL 15
Process completed with exit code 201.
lib/api/__test__/public.test.ts > [GET] /api/v1/status > server should respond: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ lib/api/__test__/public.test.ts:7:32 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/public.test.ts > first time user workflow (register, login, join group) > user should be able to register: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ lib/api/__test__/public.test.ts:18:26 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/public.test.ts > first time user workflow (register, login, join group) > user should be able to login: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ lib/api/__test__/public.test.ts:23:32 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/group.test.ts: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ sharedUserClient lib/api/__test__/test-utils.ts:26:44 ❯ lib/api/__test__/test-utils.ts:44:3 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/items.test.ts: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ sharedUserClient lib/api/__test__/test-utils.ts:26:44 ❯ lib/api/__test__/test-utils.ts:44:3 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/labels.test.ts: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ sharedUserClient lib/api/__test__/test-utils.ts:26:44 ❯ lib/api/__test__/test-utils.ts:44:3 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/locations.test.ts: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ sharedUserClient lib/api/__test__/test-utils.ts:26:44 ❯ lib/api/__test__/test-utils.ts:44:3 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/notifier.test.ts > basic notifier workflows > user should be able to create, update, and delete a notifier: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ Object.userSingleUse [as singleUse] lib/api/__test__/factories/index.ts:73:3 ❯ lib/api/__test__/user/notifier.test.ts:7:24 Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/stats.test.ts > group related statistics tests: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ Object.userSingleUse [as singleUse] lib/api/__test__/factories/index.ts:73:3 ❯ lib/api/__test__/user/stats.test.ts:96:24 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
lib/api/__test__/user/user.test.ts > basic user workflows > user should be able to change password: frontend/lib/requests/requests.ts#L98
TypeError: fetch failed ❯ Requests.do lib/requests/requests.ts:98:22 ❯ Object.userSingleUse [as singleUse] lib/api/__test__/factories/index.ts:73:3 ❯ lib/api/__test__/user/user.test.ts:7:30 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:7745 ❯ TCPConnectWrap.afterConnect [as oncomplete] node:net:1555:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7745 }
Backend Server Tests / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/homebox/homebox. Supported file pattern: go.sum
Frontend and End-to-End Tests / Integration Tests PGSQL 16
Restore cache failed: Dependencies file is not found in /home/runner/work/homebox/homebox. Supported file pattern: go.sum
Frontend and End-to-End Tests / Integration Tests PGSQL 17
Restore cache failed: Dependencies file is not found in /home/runner/work/homebox/homebox. Supported file pattern: go.sum
Frontend and End-to-End Tests / Integration Tests PGSQL 15
Restore cache failed: Dependencies file is not found in /home/runner/work/homebox/homebox. Supported file pattern: go.sum
Frontend and End-to-End Tests / Integration Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/homebox/homebox. Supported file pattern: go.sum