Skip to content

chore(deps): bump github.com/vektra/mockery/v2 from 2.44.1 to 2.46.0 in /tools #2474

chore(deps): bump github.com/vektra/mockery/v2 from 2.44.1 to 2.46.0 in /tools

chore(deps): bump github.com/vektra/mockery/v2 from 2.44.1 to 2.46.0 in /tools #2474

Triggered via pull request September 23, 2024 06:16
Status Failure
Total duration 11m 25s
Artifacts 3

dev-be-ci.yaml

on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
15s
Merge Gatekeeper
Fit to window
Zoom out
Zoom in

Annotations

59 errors, 24 warnings, and 6 notices
Test (1.22.x, false)
Process completed with exit code 1.
[api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up: api-tests/tests/pg-clusters.spec.ts#L1
1) [api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up Test timeout of 30000ms exceeded.
[api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up: api-tests/tests/helpers.ts#L66
1) [api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up Error: apiRequestContext.put: Target page, context or browser has been closed Call log: - → PUT http://127.0.0.1:8080/v1/namespaces/everest/database-clusters/eks-pg-cluster - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.18 Safari/537.36 - accept: application/json - accept-encoding: gzip,deflate,br - Content-Type: application/json - Authorization: *** - content-length: 2213 at helpers.ts:66 64 | data.metadata.finalizers = null 65 | > 66 | await request.put(`/v1/namespaces/${testsNs}/database-clusters/${name}`, { data }) | ^ 67 | await page.waitForTimeout(1000) 68 | } 69 | } at deleteDBCluster (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:66:19) at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:256:3
[api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up: api-tests/tests/pg-clusters.spec.ts#L238
1) [api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ Object { "engine": Object { - "replicas": 3, + "replicas": 5, "resources": Object { "cpu": "1", "memory": "1G", }, "storage": Object { 236 | 237 | expect(result.metadata.name).toBe(clusterName) > 238 | expect(result.spec).toMatchObject(pgPayload.spec) | ^ 239 | expect(result.status.size).toBe(6) 240 | 241 | pgPayload.spec = result.spec at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:238:25
[api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up: api-tests/tests/pg-clusters.spec.ts#L238
1) [api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ Object { "engine": Object { - "replicas": 3, + "replicas": 5, "resources": Object { "cpu": "1", "memory": "1G", }, "storage": Object { 236 | 237 | expect(result.metadata.name).toBe(clusterName) > 238 | expect(result.spec).toMatchObject(pgPayload.spec) | ^ 239 | expect(result.status.size).toBe(6) 240 | 241 | pgPayload.spec = result.spec at /home/runner/work/everest/everest/api-tests/tests/pg-clusters.spec.ts:238:25
[api] › database-cluster.spec.ts:248:5 › update db cluster monitoring config with an empty monitoring config: api-tests/tests/database-cluster.spec.ts#L297
2) [api] › database-cluster.spec.ts:248:5 › update db cluster monitoring config with an empty monitoring config Error: expect(received).toBeGreaterThanOrEqual(expected) Matcher error: received value must be a number or bigint Received has value: undefined Call Log: - Timeout 60000ms exceeded while waiting on the predicate 295 | res = (await req.json()) 296 | expect(res?.status?.size).toBeGreaterThanOrEqual(1) > 297 | }).toPass({ | ^ 298 | intervals: [1000], 299 | timeout: 60 * 1000, 300 | }) at /home/runner/work/everest/everest/api-tests/tests/database-cluster.spec.ts:297:8
[api] › monitoring-instances.spec.ts:133:5 › delete monitoring instance: api-tests/tests/monitoring-instances.spec.ts#L152
3) [api] › monitoring-instances.spec.ts:133:5 › delete monitoring instance ─────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 2 Received: 3 150 | list = await response.json() 151 | > 152 | expect(list.filter((i) => i.name.startsWith(`${namePrefix}${testPrefix}`)).length).toBe(2) | ^ 153 | }) 154 | 155 | test('patch monitoring instance', async ({ request }) => { at /home/runner/work/everest/everest/api-tests/tests/monitoring-instances.spec.ts:152:86
[api] › monitoring-instances.spec.ts:155:5 › patch monitoring instance: api-tests/tests/helpers.ts#L15
4) [api] › monitoring-instances.spec.ts:155:5 › patch monitoring instance ──────────────────────── Error: expect(received).toBeTruthy() Received: false at helpers.ts:15 13 | console.log(`${response.url()}: `, await response.json()); 14 | } > 15 | expect(response.ok()).toBeTruthy() | ^ 16 | } 17 | 18 | export const testsNs = 'everest' at checkError (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:15:25) at /home/runner/work/everest/everest/api-tests/tests/monitoring-instances.spec.ts:167:3
API Integration Tests (1.22.x, false)
Process completed with exit code 2.
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI Integration Tests (1.22.x, false)
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-all-operators) / CLI test-all-operators
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
CLI tests (test-pg-operator) / CLI test-pg-operator
Cannot open: File exists
🎭 Playwright Run Summary
1 failed [api] › pg-clusters.spec.ts:189:5 › expose pg cluster on EKS to the public internet and scale up 3 flaky [api] › database-cluster.spec.ts:248:5 › update db cluster monitoring config with an empty monitoring config [api] › monitoring-instances.spec.ts:133:5 › delete monitoring instance ──────────────────────── [api] › monitoring-instances.spec.ts:155:5 › patch monitoring instance ───────────────────────── 49 passed (1.6m)
🎭 Playwright Run Summary
1 passed (3.8m)
🎭 Playwright Run Summary
1 passed (3.6m)
🎭 Playwright Run Summary
6 passed (1.4s)
🎭 Playwright Run Summary
1 passed (5.8m)
🎭 Playwright Run Summary
1 passed (5.8m)
Check (1.22.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
Test (1.22.x, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (1.22.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
API Integration Tests (1.22.x, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
API Integration Tests (1.22.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
CLI tests (test-pxc-operator) / CLI test-pxc-operator
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/pxc-operator.spec.ts#L1
cli-tests/[flows] › flow/pxc-operator.spec.ts took 3.8m
CLI tests (test-mongo-operator) / CLI test-mongo-operator
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/mongodb-operator.spec.ts#L1
cli-tests/[flows] › flow/mongodb-operator.spec.ts took 3.5m
CLI Integration Tests (1.22.x, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI Integration Tests (1.22.x, false)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI Integration Tests (1.22.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
CLI tests (test-all-operators) / CLI test-all-operators
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CLI tests (test-all-operators) / CLI test-all-operators
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 5.8m
CLI tests (test-all-operators) / CLI test-all-operators
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI tests (test-pg-operator) / CLI test-pg-operator
The following actions use a deprecated Node.js version and will be forced to run on node20: percona-platform/setup-go@v4, percona-platform/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 5.7m
CLI tests (test-pg-operator) / CLI test-pg-operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CLI tests (test-pg-operator) / CLI test-pg-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum

Artifacts

Produced during runtime
Name Size
cli-tests-report
185 KB
percona~everest~FDM1HA.dockerbuild
15.4 KB
test-delete-cluster-tests-report
237 KB