This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-399 add possibility of deploying everest in k8s #832
Triggered via pull request
September 12, 2023 13:48
Status
Success
Total duration
6m 25s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors, 3 warnings, and 1 notice
[api] › database-cluster-backups.spec.ts:49:5 › create/delete database cluster backups:
api-tests/tests/database-cluster-backups.spec.ts#L66
1) [api] › database-cluster-backups.spec.ts:49:5 › create/delete database cluster backups ────────
Error: expect(received).toBeTruthy()
Received: false
64 | })
65 |
> 66 | expect(response.ok()).toBeTruthy()
| ^
67 |
68 | response = await request.get(`/v1/kubernetes/${kubernetesId}/database-cluster-backups/backup`)
69 | const result = await response.json()
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:66:25
|
[api] › database-cluster-backups.spec.ts:78:5 › list backups:
api-tests/tests/database-cluster-backups.spec.ts#L131
2) [api] › database-cluster-backups.spec.ts:78:5 › list backups ──────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
129 | })
130 |
> 131 | expect(response.ok()).toBeTruthy()
| ^
132 | }
133 |
134 | await page.waitForTimeout(1000)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:131:27
|
[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: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
|
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
4 flaky
[api] › database-cluster-backups.spec.ts:49:5 › create/delete database cluster backups ─────────
[api] › database-cluster-backups.spec.ts:78:5 › list backups ───────────────────────────────────
[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 ─────────────────────
41 passed (54.7s)
|