Skip to content

fix: use correct table name in CONTEXT prefix test #259

fix: use correct table name in CONTEXT prefix test

fix: use correct table name in CONTEXT prefix test #259

Triggered via push March 26, 2026 09:40
Status Failure
Total duration 2m 37s
Artifacts

build.yaml

on: push
Build and Push Docker Image
0s
Build and Push Docker Image
Deploy to Azure
0s
Deploy to Azure
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Validate Code Quality
Process completed with exit code 1.
Run Tests
Process completed with exit code 1.
[integration] src/__tests__/integration/identifier-service.test.ts > identifier-service > resetIdentifiers with strategies under property claims > assigns correct CONTEXT prefix during reset: src/__tests__/integration/identifier-service.test.ts#L95
PrismaClientKnownRequestError: Invalid `prisma.$executeRaw()` invocation: Raw query failed. Code: `42703`. Message: `column "caseId" of relation "assurance_elements" does not exist` ❯ Gr.handleRequestError src/generated/prisma/runtime/client.js:69:8286 ❯ Gr.handleAndLogRequestError src/generated/prisma/runtime/client.js:69:7581 ❯ Gr.request src/generated/prisma/runtime/client.js:69:7288 ❯ a src/generated/prisma/runtime/client.js:79:6730 ❯ src/__tests__/integration/identifier-service.test.ts:95:4 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2010', meta: { driverAdapterError: { stack: 'DriverAdapterError: ColumnNotFound\n at PrismaPgAdapter.onError (file:///home/runner/work/AssurancePlatform/AssurancePlatform/node_modules/.pnpm/@prisma+adapter-pg@7.5.0/node_modules/@prisma/adapter-pg/dist/index.mjs:651:11)\n at PrismaPgAdapter.performIO (file:///home/runner/work/AssurancePlatform/AssurancePlatform/node_modules/.pnpm/@prisma+adapter-pg@7.5.0/node_modules/@prisma/adapter-pg/dist/index.mjs:646:12)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at PrismaPgAdapter.executeRaw (file:///home/runner/work/AssurancePlatform/AssurancePlatform/node_modules/.pnpm/@prisma+adapter-pg@7.5.0/node_modules/@prisma/adapter-pg/dist/index.mjs:605:13)\n at e.interpretNode (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:15:44341)\n at e.run (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:15:43287)\n at execute (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:61:815)\n at jt.request (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:62:2327)\n at Object.singleLoader (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:69:6569)\n at Gr.request (/home/runner/work/AssurancePlatform/AssurancePlatform/src/generated/prisma/runtime/client.js:69:7175)', message: 'ColumnNotFound', name: 'DriverAdapterError', cause: { originalCode: '42703', originalMessage: 'column "caseId" of relation "assurance_elements" does not exist', kind: 'ColumnNotFound', column: 'caseId' }, constructor: 'Function<DriverAdapterError>', toString: 'Function<toString>' } }, clientVersion: '7.5.0', batchRequestIdx: undefined }
Run Tests
No files were found with the provided path: test-results/. No artifacts will be uploaded.
Run Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.