Skip to content
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.49.23 #1797

Bump github.com/aws/aws-sdk-go from 1.49.5 to 1.49.23

Bump github.com/aws/aws-sdk-go from 1.49.5 to 1.49.23 #1797

Triggered via pull request January 18, 2024 14:17
Status Failure
Total duration 8m 7s
Artifacts

ci.yml

on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 3 warnings, and 1 notice
API Integration Tests (1.21.x, false)
Process completed with exit code 1.
[api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success: api-tests/tests/backup-storages.spec.ts#L140
1) [api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success ─────── Error: expect(received).toBeTruthy() Received: false 138 | }) 139 | > 140 | expect(updated.ok()).toBeTruthy() | ^ 141 | const result = await updated.json() 142 | 143 | expect(result.bucketName).toBe(updatePayload.bucketName) at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:140:24
[api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success: api-tests/tests/backup-storages.spec.ts#L107
1) [api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 105 | 106 | // create > 107 | expect(response.ok()).toBeTruthy() | ^ 108 | const created = await response.json() 109 | 110 | const name = created.name at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:107:25
[api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success: api-tests/tests/backup-storages.spec.ts#L107
1) [api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success ─────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeTruthy() Received: false 105 | 106 | // create > 107 | expect(response.ok()).toBeTruthy() | ^ 108 | const created = await response.json() 109 | 110 | const name = created.name at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/backup-storages.spec.ts:107:25
[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] › monitoring-instances.spec.ts:192:5 › patch monitoring instance type updates properly: api-tests/tests/monitoring-instances.spec.ts#L310
3) [api] › monitoring-instances.spec.ts:192:5 › patch monitoring instance type updates properly ── Error: expect(received).toBeTruthy() Received: false 308 | const response = await request.post('/v1/monitoring-instances', { data }) 309 | > 310 | expect(response.ok()).toBeTruthy() | ^ 311 | } 312 | 313 | return res at createInstances (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:310:27) at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:193:17
[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
4) [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
4) [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
4) [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
4) [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
API Integration Tests (1.21.x, false)
Process completed with exit code 2.
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
1 failed [api] › backup-storages.spec.ts:92:5 › add/list/get/delete azure backup storage success ──────── 3 flaky [api] › monitoring-instances.spec.ts:36:5 › create monitoring instance with api key ──────────── [api] › monitoring-instances.spec.ts:192:5 › patch monitoring instance type updates properly ─── [api] › psmdb-clusters.spec.ts:189:5 › expose psmdb cluster on EKS to the public internet and scale up 49 passed (1.8m)