chore(deps-dev): bump @types/node from 22.10.6 to 22.10.10 in /api-te… #3747
dev-be-ci.yaml
on: push
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
17s
Annotations
66 errors, 25 warnings, and 6 notices
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 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
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.x, false)
Cannot open: File exists
|
CLI Integration Tests (1.23.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-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
CLI tests (test-namespaces) / CLI test-namespaces
Cannot open: File exists
|
[api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster:
api-tests/tests/helpers.ts#L64
1) [api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster ──────────────────────────────────
TypeError: Cannot set properties of undefined (setting 'finalizers')
at helpers.ts:64
62 | }
63 | let data = await cluster.json()
> 64 | data.metadata.finalizers = null
| ^
65 |
66 | await request.put(`/v1/namespaces/${testsNs}/database-clusters/${name}`, { data })
67 | await page.waitForTimeout(1000)
at deleteDBCluster (/home/runner/work/everest/everest/api-tests/tests/helpers.ts:64:29)
at /home/runner/work/everest/everest/api-tests/tests/psmdb-clusters.spec.ts:333:3
|
[api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster:
api-tests/tests/helpers.ts#L15
1) [api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/psmdb-clusters.spec.ts:310:3
|
[api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster:
api-tests/tests/helpers.ts#L15
1) [api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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/psmdb-clusters.spec.ts:310:3
|
API Integration Tests (1.23.x, false)
Process completed with exit code 2.
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
The job running on runner GitHub Actions 45 has exceeded the maximum execution time of 60 minutes.
|
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-pxc-operator) / CLI test-pxc-operator
The operation was canceled.
|
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-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
|
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
|
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-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
|
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
|
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 Integration Tests (1.23.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.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-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
|
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
|
Slow Test:
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 3.1m
|
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
|
CLI tests (test-namespaces) / CLI test-namespaces
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Slow Test:
cli-tests/[flows] › flow/namespaces.spec.ts#L1
cli-tests/[flows] › flow/namespaces.spec.ts took 4.6m
|
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
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Slow Test:
api-tests/[api] › pg-clusters.spec.ts#L1
api-tests/[api] › pg-clusters.spec.ts took 38.0s
|
CLI tests (test-pxc-operator) / CLI test-pxc-operator
No files were found with the provided path: cli-tests/test-report. No artifacts will be uploaded.
|
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
|
🎭 Playwright Run Summary
1 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (1.9m)
|
🎭 Playwright Run Summary
6 passed (1.3s)
|
🎭 Playwright Run Summary
1 passed (3.1m)
|
🎭 Playwright Run Summary
1 passed (4.6m)
|
🎭 Playwright Run Summary
1 failed
[api] › psmdb-clusters.spec.ts:268:5 › sharded psmdb cluster ───────────────────────────────────
50 passed (5.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cli-tests-report
|
186 KB |
|
percona~everest~0T0X2S.dockerbuild
|
16.6 KB |
|
test-delete-cluster-tests-report
|
205 KB |
|