This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-827-pg-repos-validation #1985
Annotations
10 errors, 2 warnings, and 1 notice
Run integration tests:
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:24:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:24:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
1) [api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:24:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
2) [api] › database-cluster-backups.spec.ts:84:5 › list backups ──────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:90:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
2) [api] › database-cluster-backups.spec.ts:84:5 › list backups ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:90:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
2) [api] › database-cluster-backups.spec.ts:84:5 › list backups ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:90:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
3) [api] › database-cluster-restores.spec.ts:20:5 › create/update/delete database cluster restore
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-restores.spec.ts:27:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
3) [api] › database-cluster-restores.spec.ts:20:5 › create/update/delete database cluster restore
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-restores.spec.ts:27:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
3) [api] › database-cluster-restores.spec.ts:20:5 › create/update/delete database cluster restore
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-restores.spec.ts:27:3
|
Run integration tests:
api-tests/tests/helpers.ts#L15
4) [api] › database-cluster-restores.spec.ts:86:5 › list restores ────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:15
13 | console.log(`${response.url()}: `, await response.json());
14 | }
> 15 | expect(response.ok()).toBeTruthy()
| ^
16 | }
17 |
18 | export const testsNs = 'everest'
at checkError (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:15:25)
at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:51:3)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-restores.spec.ts:93:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4, percona-platform/cache@v3, medyagh/setup-minikube@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-backend/percona-everest-backend. Supported file pattern: go.sum
|
Run integration tests
18 failed
[api] › database-cluster-backups.spec.ts:19:5 › create/delete database cluster backups ─────────
[api] › database-cluster-backups.spec.ts:84:5 › list backups ───────────────────────────────────
[api] › database-cluster-restores.spec.ts:20:5 › create/update/delete database cluster restore ─
[api] › database-cluster-restores.spec.ts:86:5 › list restores ─────────────────────────────────
[api] › database-cluster-restores.spec.ts:177:5 › create restore: validation errors ────────────
[api] › database-cluster.spec.ts:55:5 › create db cluster with monitoring config ───────────────
[api] › database-cluster.spec.ts:110:5 › update db cluster with a new monitoring config ────────
[api] › database-cluster.spec.ts:179:5 › update db cluster without monitoring config with a new monitoring config
[api] › database-cluster.spec.ts:245:5 › update db cluster monitoring config with an empty monitoring config
[api] › pg-clusters.spec.ts:33:5 › create/edit/delete single node pg cluster ───────────────────
[api] › pg-clusters.spec.ts:116:5 › expose pg cluster after creation ───────────────────────────
[api] › pg-clusters.spec.ts:195:5 › expose pg cluster on EKS to the public internet and scale up
[api] › psmdb-clusters.spec.ts:24:5 › create/edit/delete single node psmdb cluster ─────────────
[api] › psmdb-clusters.spec.ts:107:5 › expose psmdb cluster after creation ─────────────────────
[api] › psmdb-clusters.spec.ts:192:5 › expose psmdb cluster on EKS to the public internet and scale up
[api] › pxc-clusters.spec.ts:37:5 › create/edit/delete pxc single node cluster ─────────────────
[api] › pxc-clusters.spec.ts:128:5 › expose pxc cluster after creation ─────────────────────────
[api] › pxc-clusters.spec.ts:207:5 › expose pxc cluster on EKS to the public internet and scale up
34 passed (54.1s)
|
The logs for this run have expired and are no longer available.
Loading