This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-505 opt-out #1210
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] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key:
api-tests/tests/monitoring-instances.spec.ts#L48
1) [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] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key:
api-tests/tests/monitoring-instances.spec.ts#L48
1) [api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
2) [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
2) [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
2 flaky
[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
47 passed (1.8m)
|