feat(server): e2e for missing jobs #30143
test.yml
on: pull_request
pre-job
11s
ShellCheck
6s
OpenAPI Clients
1m 23s
TypeORM Checks
1m 19s
Test & Lint Server
2m 19s
Unit Test CLI
0s
Unit Test CLI (Windows)
0s
Test & Lint Web
0s
End-to-End Lint
26s
Medium Tests (Server)
2m 11s
End-to-End Tests (Server & CLI)
3m 37s
End-to-End Tests (Web)
3m 18s
Unit Test Mobile
0s
Unit Test ML
0s
Annotations
4 errors
TypeORM Checks
Process completed with exit code 1.
|
src/api/specs/jobs.e2e-spec.ts > /jobs > PUT /jobs > should queue face detection for missing faces:
e2e/src/api/specs/jobs.e2e-spec.ts#L408
Error: ENOENT: no such file or directory, open '/home/runner/_work/immich/immich/e2e/test-assets/metadata/faces/solvay.jpg'
❯ src/api/specs/jobs.e2e-spec.ts:408:29
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/_work/immich/immich/e2e/test-assets/metadata/faces/solvay.jpg' }
|
src/api/specs/jobs.e2e-spec.ts > /jobs > PUT /jobs > should not rerun face detection for existing faces:
e2e/src/api/specs/jobs.e2e-spec.ts#L471
Error: ENOENT: no such file or directory, lstat '/home/runner/_work/immich/immich/e2e/test-assets/metadata/faces/solvay.jpg'
❯ src/api/specs/jobs.e2e-spec.ts:471:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'lstat', path: '/home/runner/_work/immich/immich/e2e/test-assets/metadata/faces/solvay.jpg' }
|
End-to-End Tests (Server & CLI)
Process completed with exit code 1.
|