chore(deps): bump golang.org/x/mod from 0.20.0 to 0.22.0 #3038
dev-be-ci.yaml
on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
16s
Annotations
6 errors, 20 warnings, and 7 notices
Check (1.23.x, false)
Process completed with exit code 1.
|
[api] › database-cluster-backups.spec.ts:85:5 › list backups:
api-tests/tests/database-cluster-backups.spec.ts#L1
1) [api] › database-cluster-backups.spec.ts:85:5 › list backups ──────────────────────────────────
Test timeout of 30000ms exceeded.
|
[api] › database-cluster-backups.spec.ts:85:5 › list backups:
api-tests/tests/helpers.ts#L99
1) [api] › database-cluster-backups.spec.ts:85:5 › list backups ──────────────────────────────────
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at helpers.ts:99
97 | break;
98 | }
> 99 | await page.waitForTimeout(1000)
| ^
100 | }
101 | checkError(res)
102 | }
at Object.deleteBackupStorage (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:99:16)
at /home/runner/work/everest/everest/api-tests/tests/database-cluster-backups.spec.ts:151:3
|
[api] › database-cluster.spec.ts:91:5 › update db cluster with a new monitoring config:
api-tests/tests/database-cluster.spec.ts#L142
2) [api] › database-cluster.spec.ts:91:5 › update db cluster with a new monitoring config ────────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Matcher error: received value must be a number or bigint
Received has value: undefined
Call Log:
- Timeout 120000ms exceeded while waiting on the predicate
140 | res = (await req.json())
141 | expect(res?.status?.size).toBeGreaterThanOrEqual(1)
> 142 | }).toPass({
| ^
143 | intervals: [1000],
144 | timeout: 120 * 1000,
145 | })
at /home/runner/work/everest/everest/api-tests/tests/database-cluster.spec.ts:142:8
|
[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
3) [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 120000ms 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: 120 * 1000,
300 | })
at /home/runner/work/everest/everest/api-tests/tests/database-cluster.spec.ts:297:8
|
[api] › monitoring-instances.spec.ts:121:5 › delete monitoring instance:
api-tests/tests/monitoring-instances.spec.ts#L132
4) [api] › monitoring-instances.spec.ts:121:5 › delete monitoring instance ───────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 6
130 | let list = await response.json()
131 |
> 132 | expect(list.filter((i) => i.name.startsWith(`${prefix}`)).length).toBe(3)
| ^
133 |
134 | response = await request.delete(`/v1/namespaces/${testsNs}/monitoring-instances/${name}`)
135 | await checkError(response)
at /home/runner/work/everest/everest/api-tests/tests/monitoring-instances.spec.ts:132:69
|
Check (1.23.x, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI tests (test-pg-operator) / CLI test-pg-operator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 1.9m
|
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
|
CLI tests (test-mongo-operator) / CLI test-mongo-operator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/mongodb-operator.spec.ts#L1
cli-tests/[flows] › flow/mongodb-operator.spec.ts took 1.8m
|
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
|
CLI tests (test-all-operators) / CLI test-all-operators
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 3.1m
|
Test (1.23.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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 1.8m
|
CLI Integration Tests (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
CLI tests (test-namespaces) / CLI test-namespaces
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
cli-tests/[flows] › flow/namespaces.spec.ts#L1
cli-tests/[flows] › flow/namespaces.spec.ts took 5.1m
|
CLI tests (test-namespaces) / CLI test-namespaces
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
API Integration Tests (1.23.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
🎭 Playwright Run Summary
1 passed (1.9m)
|
🎭 Playwright Run Summary
1 passed (1.9m)
|
🎭 Playwright Run Summary
1 passed (3.1m)
|
🎭 Playwright Run Summary
1 passed (1.8m)
|
🎭 Playwright Run Summary
6 passed (1.3s)
|
🎭 Playwright Run Summary
1 passed (5.1m)
|
🎭 Playwright Run Summary
4 flaky
[api] › database-cluster-backups.spec.ts:85:5 › list backups ───────────────────────────────────
[api] › database-cluster.spec.ts:91:5 › update db cluster with a new monitoring config ─────────
[api] › database-cluster.spec.ts:248:5 › update db cluster monitoring config with an empty monitoring config
[api] › monitoring-instances.spec.ts:121:5 › delete monitoring instance ────────────────────────
49 passed (3.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cli-tests-report
|
185 KB |
|
percona~everest~C9V0Z2.dockerbuild
|
16.2 KB |
|
test-delete-cluster-tests-report
|
207 KB |
|