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

Bump golang.org/x/tools from 0.16.1 to 0.17.0 in /tools #1893

Bump golang.org/x/tools from 0.16.1 to 0.17.0 in /tools

Bump golang.org/x/tools from 0.16.1 to 0.17.0 in /tools #1893

Triggered via pull request February 2, 2024 09:47
Status Success
Total duration 12m 42s
Artifacts

ci.yml

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

Annotations

8 errors, 7 warnings, and 1 notice
API Integration Tests (1.21.x, false)
Process completed with exit code 1.
[api] › database-cluster-restores.spec.ts:19:5 › create/update/delete database cluster restore: api-tests/tests/helpers.ts#L42
1) [api] › database-cluster-restores.spec.ts:19:5 › create/update/delete database cluster restore Error: expect(received).toBeTruthy() Received: false at helpers.ts:42 40 | const postReq = await request.post(`/v1/database-clusters`, { data }) 41 | > 42 | expect(postReq.ok()).toBeTruthy() | ^ 43 | } 44 | 45 | export const deleteDBCluster = async (request, name) => { at Object.createDBCluster (/home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/helpers.ts:42:24) at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster-restores.spec.ts:27:3
[api] › database-cluster.spec.ts:177:5 › update db cluster without monitoring config with a new monitoring config: api-tests/tests/database-cluster.spec.ts#L49
2) [api] › database-cluster.spec.ts:177:5 › update db cluster without monitoring config with a new monitoring config Error: expect(received).toBeTruthy() Received: false 47 | let res = await request.delete(`/v1/monitoring-instances/${monitoringConfigName1}`) 48 | > 49 | expect(res.ok()).toBeTruthy() | ^ 50 | 51 | res = await request.delete(`/v1/monitoring-instances/${monitoringConfigName2}`) 52 | expect(res.ok()).toBeTruthy() at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/database-cluster.spec.ts:49:20
[api] › monitoring-instances.spec.ts:192:5 › patch monitoring instance type updates properly: api-tests/tests/monitoring-instances.spec.ts#L208
3) [api] › monitoring-instances.spec.ts:192:5 › patch monitoring instance type updates properly ── Error: expect(received).toBeTruthy() Received: false 206 | const updated = await request.patch(`/v1/monitoring-instances/${name}`, { data: patchData }) 207 | > 208 | expect(updated.ok()).toBeTruthy() | ^ 209 | const getJson = await updated.json() 210 | }) 211 | at /home/runner/work/percona-everest-backend/percona-everest-backend/api-tests/tests/monitoring-instances.spec.ts:208:24
[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
Test (1.21.x, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 (1.21.x, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: percona-platform/setup-go@v4, percona-platform/cache@v3, medyagh/setup-minikube@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
API Integration Tests (1.21.x, false)
Failed to save: Cache service responded with 429 during upload chunk.
🎭 Playwright Run Summary
4 flaky [api] › database-cluster-restores.spec.ts:19:5 › create/update/delete database cluster restore ─ [api] › database-cluster.spec.ts:177:5 › update db cluster without monitoring config with a new monitoring config [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)