This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Bump github.com/aws/aws-sdk-go from 1.49.5 to 1.50.0 #1814
ci.yml
on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: Test
Annotations
6 errors, 3 warnings, and 1 notice
API Integration Tests (1.21.x, false)
Process completed with exit code 1.
|
[api] › kubernetes.spec.ts:33:5 › enable/disable cluster-monitoring:
api-tests/tests/kubernetes.spec.ts#L45
1) [api] › kubernetes.spec.ts:33:5 › enable/disable cluster-monitoring ───────────────────────────
Error: expect(received).toBeTruthy()
Received: false
43 | const response = await request.post('/v1/monitoring-instances', { data })
44 |
> 45 | expect(response.ok()).toBeTruthy()
| ^
46 | const created = await response.json()
47 |
48 | const rEnable = await request.post(`/v1/cluster-monitoring`, {
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/kubernetes.spec.ts:45:25
|
[api] › psmdb-clusters.spec.ts:189: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:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Test timeout of 30000ms exceeded.
|
[api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L223
2) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
221 | })
222 | for (let i = 0; i < 15; i++) {
> 223 | await page.waitForTimeout(2000)
| ^
224 |
225 | const psmdbCluster = await request.get(`/v1/database-clusters/${clusterName}`)
226 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:223:16
|
[api] › psmdb-clusters.spec.ts:189: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:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up:
api-tests/tests/psmdb-clusters.spec.ts#L223
2) [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
221 | })
222 | for (let i = 0; i < 15; i++) {
> 223 | await page.waitForTimeout(2000)
| ^
224 |
225 | const psmdbCluster = await request.get(`/v1/database-clusters/${clusterName}`)
226 |
at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/psmdb-clusters.spec.ts:223:16
|
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
|
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
|
API Integration Tests (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
2 flaky
[api] › kubernetes.spec.ts:33:5 › enable/disable cluster-monitoring ────────────────────────────
[api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up
51 passed (1.7m)
|