This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-505 opt-out #1206
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:63:5 › dbcluster not found:
api-tests/tests/helpers.ts#L65
1) [api] › database-cluster-backups.spec.ts:63:5 › dbcluster not found ───────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at helpers.ts:65
63 | const response = await request.post('/v1/backup-storages', { data: storagePayload })
64 |
> 65 | expect(response.ok()).toBeTruthy()
| ^
66 | }
67 |
68 | export const deleteBackupStorage = async (request, name) => {
at Object.createBackupStorage (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:65:25)
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-backups.spec.ts:66:3
|
[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:191:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L1
3) [api] › psmdb-clusters.spec.ts:191:5 › expose psmdb cluster on EKS to the public internet and scale up
Test timeout of 30000ms exceeded.
|
[api] › psmdb-clusters.spec.ts:191:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L1
3) [api] › psmdb-clusters.spec.ts:191:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
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
3 flaky
[api] › database-cluster-backups.spec.ts:63:5 › dbcluster not found ────────────────────────────
[api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key ────────────
[api] › psmdb-clusters.spec.ts:191:5 › expose psmdb cluster on EKS to the public internet and scale up
46 passed (1.6m)
|