Skip to content

πŸ’š created a pen #32

πŸ’š created a pen

πŸ’š created a pen #32

Triggered via pull request August 21, 2024 09:55
@acidjazzacidjazz
synchronize #2
pen-tests
Status Failure
Total duration 2m 17s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
../test/pen.test.ts: server/utils/user.ts#L18
PrismaClientKnownRequestError: Invalid `prisma.user.create()` invocation: Unique constraint failed on the constraint: `users_email_key` ❯ _n.handleRequestError ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7749 ❯ _n.handleAndLogRequestError ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7057 ❯ _n.request ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:6741 ❯ l ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:130:9355 ❯ Module.createUser utils/user.ts:18:12 ❯ ../test/auth.ts:35:24 ❯ setupUsers ../test/auth.ts:33:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2002', clientVersion: '5.18.0', meta: { modelName: 'User', target: 'users_email_key' }, batchRequestIdx: undefined }
../test/user.test.ts: server/utils/user.ts#L18
PrismaClientKnownRequestError: Invalid `prisma.user.create()` invocation: Unique constraint failed on the constraint: `users_email_key` ❯ _n.handleRequestError ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7749 ❯ _n.handleAndLogRequestError ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:7057 ❯ _n.request ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:121:6741 ❯ l ../node_modules/.pnpm/@prisma[email protected][email protected]/node_modules/@prisma/client/runtime/library.js:130:9355 ❯ Module.createUser utils/user.ts:18:12 ❯ ../test/auth.ts:35:24 ❯ setupUsers ../test/auth.ts:33:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'P2002', clientVersion: '5.18.0', meta: { modelName: 'User', target: 'users_email_key' }, batchRequestIdx: undefined }
test
Process completed with exit code 1.