Skip to content

Add support for searching in PDFs #1519

Add support for searching in PDFs

Add support for searching in PDFs #1519

Triggered via pull request January 8, 2025 15:43
@alfredgripalfredgrip
synchronize #668
search-pdf
Status Failure
Total duration 2m 6s
Artifacts

node.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/lib/server/shop/getTickets.test.ts > Get tickets as logged in user: src/lib/server/shop/mock.ts#L239
PrismaClientKnownRequestError: Invalid `tx.event.deleteMany()` invocation in /home/runner/work/web/web/src/lib/server/shop/mock.ts:239:20 236 memberIds: string[], 237 ) => { 238 await prisma.$transaction(async (tx) => { → 239 await tx.event.deleteMany( Foreign key constraint violated: `ticket_eventId_fkey (index)` ❯ Mn.handleRequestError node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7753 ❯ Mn.handleAndLogRequestError node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7061 ❯ Mn.request node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:6745 ❯ l node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:130:9633 ❯ src/lib/server/shop/mock.ts:239:5 ❯ Proxy._transactionWithCallback node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:130:8000 ❯ Module.removeMockUsers src/lib/server/shop/mock.ts:238:3 ❯ src/lib/server/shop/getTickets.test.ts:54:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2003', clientVersion: '5.21.1', meta: { modelName: 'Event', field_name: 'ticket_eventId_fkey (index)' }, batchRequestIdx: undefined }
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636