This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-302 validate unknown fields for backupStorages #921
Triggered via pull request
September 20, 2023 15:30
Status
Failure
Total duration
6m 40s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors, 3 warnings, and 1 notice
[api] › backup-storages.spec.ts:191:5 › update: backup storage not found:
api-tests/tests/backup-storages.spec.ts#L200
1) [api] › backup-storages.spec.ts:191:5 › update: backup storage not found ──────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 404
Received: 400
198 | });
199 |
> 200 | expect(response.status()).toBe(404);
| ^
201 | });
202 |
203 | test('delete: backup storage not found', async ({ request }) => {
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:200:29
|
[api] › backup-storages.spec.ts:191:5 › update: backup storage not found:
api-tests/tests/backup-storages.spec.ts#L200
1) [api] › backup-storages.spec.ts:191:5 › update: backup storage not found ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 404
Received: 400
198 | });
199 |
> 200 | expect(response.status()).toBe(404);
| ^
201 | });
202 |
203 | test('delete: backup storage not found', async ({ request }) => {
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:200:29
|
[api] › backup-storages.spec.ts:191:5 › update: backup storage not found:
api-tests/tests/backup-storages.spec.ts#L200
1) [api] › backup-storages.spec.ts:191:5 › update: backup storage not found ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 404
Received: 400
198 | });
199 |
> 200 | expect(response.status()).toBe(404);
| ^
201 | });
202 |
203 | test('delete: backup storage not found', async ({ request }) => {
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:200:29
|
[api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key:
api-tests/tests/monitoring-instances.spec.ts#L48
2) [api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key ───────────
Error: expect(received).toBeTruthy()
Received: false
46 | const response = await request.post('/v1/monitoring-instances', { data })
47 |
> 48 | expect(response.ok()).toBeTruthy()
| ^
49 | const created = await response.json()
50 |
51 | expect(created.name).toBe(data.name)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:48:25
|
[api] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster:
api-tests/tests/psmdb-clusters.spec.ts#L105
3) [api] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster ────────────
Error: expect(received).toBeTruthy()
Received: false
103 | })
104 |
> 105 | expect(updatedPSMDBCluster.ok()).toBeTruthy()
| ^
106 |
107 | let psmdbCluster = await request.get(`/v1/kubernetes/${kubernetesId}/database-clusters/${clusterName}`)
108 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:105:36
|
[api] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster:
api-tests/tests/psmdb-clusters.spec.ts#L105
3) [api] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
103 | })
104 |
> 105 | expect(updatedPSMDBCluster.ok()).toBeTruthy()
| ^
106 |
107 | let psmdbCluster = await request.get(`/v1/kubernetes/${kubernetesId}/database-clusters/${clusterName}`)
108 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:105:36
|
[api] › psmdb-clusters.spec.ts:119:5 › expose psmdb cluster after creation:
api-tests/tests/psmdb-clusters.spec.ts#L184
4) [api] › psmdb-clusters.spec.ts:119:5 › expose psmdb cluster after creation ────────────────────
Error: expect(received).toBeTruthy()
Received: false
182 | })
183 |
> 184 | expect(updatedPSMDBCluster.ok()).toBeTruthy()
| ^
185 |
186 | let psmdbCluster = await request.get(`/v1/kubernetes/${kubernetesId}/database-clusters/${clusterName}`)
187 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:184:36
|
[api] › psmdb-clusters.spec.ts:198:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L1
5) [api] › psmdb-clusters.spec.ts:198:5 › expose psmdb cluster on EKS to the public internet and scale up
Test timeout of 30000ms exceeded.
|
[api] › psmdb-clusters.spec.ts:198:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L1
5) [api] › psmdb-clusters.spec.ts:198:5 › expose psmdb cluster on EKS to the public internet and scale up
Pending operations:
- page.waitForTimeout at tests/psmdb-clusters.spec.ts:233:16
|
API Integration Tests
Process completed with exit code 2.
|
Test (1.21.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-backend/percona-everest-backend. Supported file pattern: go.sum
|
Check (1.21.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-backend/percona-everest-backend. Supported file pattern: go.sum
|
API Integration Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-backend/percona-everest-backend. Supported file pattern: go.sum
|
🎭 Playwright Run Summary
1 failed
[api] › backup-storages.spec.ts:191:5 › update: backup storage not found ───────────────────────
4 flaky
[api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key ────────────
[api] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster ─────────────
[api] › psmdb-clusters.spec.ts:119:5 › expose psmdb cluster after creation ─────────────────────
[api] › psmdb-clusters.spec.ts:198:5 › expose psmdb cluster on EKS to the public internet and scale up
42 passed (1.2m)
|