OTA for specific SKUs #3
Annotations
3 errors
|
build
Process completed with exit code 1.
|
|
test/releases.test.ts:
test/setup.ts#L179
PrismaClientInitializationError:
Invalid `testPrisma.release.deleteMany()` invocation in
/home/runner/work/cloud-api/cloud-api/test/setup.ts:179:28
176
177 afterAll(async () => {
178 // Clean up after all tests
→ 179 await testPrisma.release.deleteMany(
Can't reach database server at `localhost`:`5432`
Please make sure your database server is running at `localhost`:`5432`.
❯ In.handleRequestError node_modules/@prisma/client/runtime/library.js:122:7154
❯ In.handleAndLogRequestError node_modules/@prisma/client/runtime/library.js:122:6188
❯ In.request node_modules/@prisma/client/runtime/library.js:122:5896
❯ l node_modules/@prisma/client/runtime/library.js:127:11167
❯ test/setup.ts:179:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { clientVersion: '5.13.0', errorCode: undefined }
|
|
test/releases.test.ts:
test/setup.ts#L159
PrismaClientInitializationError: Can't reach database server at `localhost`:`5432`
Please make sure your database server is running at `localhost`:`5432`.
❯ r node_modules/@prisma/client/runtime/library.js:112:2493
❯ test/setup.ts:159:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { clientVersion: '5.13.0', errorCode: 'P1001' }
|