Playwright Tests #5
Annotations
7 errors, 2 warnings, and 1 notice
Run tests:
e2e/db-utils.ts#L12
1) [teardown] › global.teardown.ts:4:5 › clean up database ───────────────────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:12
10 |
11 | export async function deleteOrg() {
> 12 | await sql`delete from org where name = 'TESTORG'`
| ^
13 | }
14 |
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at deleteOrg (/home/runner/work/lunary/lunary/e2e/db-utils.ts:12:13)
|
Run tests:
e2e/db-utils.ts#L12
1) [teardown] › global.teardown.ts:4:5 › clean up database ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:12
10 |
11 | export async function deleteOrg() {
> 12 | await sql`delete from org where name = 'TESTORG'`
| ^
13 | }
14 |
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at deleteOrg (/home/runner/work/lunary/lunary/e2e/db-utils.ts:12:13)
|
Run tests:
e2e/db-utils.ts#L12
1) [teardown] › global.teardown.ts:4:5 › clean up database ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:12
10 |
11 | export async function deleteOrg() {
> 12 | await sql`delete from org where name = 'TESTORG'`
| ^
13 | }
14 |
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at deleteOrg (/home/runner/work/lunary/lunary/e2e/db-utils.ts:12:13)
|
Run tests:
e2e/db-utils.ts#L4
2) [chromium] › templates.spec.ts:15:5 › create new template and test basic playground ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:4
2 |
3 | export async function setOrgPro() {
> 4 | await sql`update org set plan = 'pro' where name = 'TESTORG'`
| ^
5 | }
6 |
7 | export async function setOrgFree() {
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at setOrgPro (/home/runner/work/lunary/lunary/e2e/db-utils.ts:4:13)
|
Run tests:
e2e/db-utils.ts#L4
2) [chromium] › templates.spec.ts:15:5 › create new template and test basic playground ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:4
2 |
3 | export async function setOrgPro() {
> 4 | await sql`update org set plan = 'pro' where name = 'TESTORG'`
| ^
5 | }
6 |
7 | export async function setOrgFree() {
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at setOrgPro (/home/runner/work/lunary/lunary/e2e/db-utils.ts:4:13)
|
Run tests:
e2e/db-utils.ts#L8
3) [chromium] › templates.spec.ts:34:5 › create new template and deploy ──────────────────────────
Error: connect ECONNREFUSED 88.198.48.232:5432
at db-utils.ts:8
6 |
7 | export async function setOrgFree() {
> 8 | await sql`update org set plan = 'free' where name = 'TESTORG'`
| ^
9 | }
10 |
11 | export async function deleteOrg() {
at cachedError (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:170:23)
at Query (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/query.js:36:24)
at sql (/home/runner/work/lunary/lunary/node_modules/postgres/cjs/src/index.js:112:11)
at setOrgFree (/home/runner/work/lunary/lunary/e2e/db-utils.ts:8:13)
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests
1 failed
[teardown] › global.teardown.ts:4:5 › clean up database ────────────────────────────────────────
2 flaky
[chromium] › templates.spec.ts:15:5 › create new template and test basic playground ────────────
[chromium] › templates.spec.ts:34:5 › create new template and deploy ───────────────────────────
3 passed (33.6s)
|
The logs for this run have expired and are no longer available.
Loading