Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

EVEREST-107 fix dev-latest #847

EVEREST-107 fix dev-latest

EVEREST-107 fix dev-latest #847

Triggered via pull request September 14, 2023 10:02
Status Success
Total duration 6m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
API Integration Tests
6m 12s
API Integration Tests
Matrix: Check
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 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] › psmdb-clusters.spec.ts:37:5 › create/edit/delete single node psmdb cluster: api-tests/tests/psmdb-clusters.spec.ts#L105
2) [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
3) [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
4) [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
4) [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:269:14
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
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
🎭 Playwright Run Summary
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 43 passed (1.1m)