Everest-1717 | RBAC UI tests #3312
dev-be-ci.yaml
on: pull_request
Matrix: Check
Matrix: API Integration Tests
Matrix: CLI Integration Tests
Matrix: CLI tests
Matrix: Test
Merge Gatekeeper
14s
Annotations
62 errors, 28 warnings, and 7 notices
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-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 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
|
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
|
[flows] › flow/pg-operator.spec.ts:26:7 › Everest CLI install › install only postgresql-operator:
cli-tests/support/output.ts#L36
1) [flows] › flow/pg-operator.spec.ts:26:7 › Everest CLI install › install only postgresql-operator › run everest install command (pretty)) › Verify "../bin/everestctl install --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --namespaces=everest-operators --skip-wizard --version 0.0.0 --version-metadata-url https://check-dev.percona.com" command executed successfully
Error: "../bin/everestctl install --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --namespaces=everest-operators --skip-wizard --version 0.0.0 --version-metadata-url https://check-dev.percona.com" expected to exit with 0! Error: "2024-12-30T16:50:17.333Z DEBUG Debug logging enabled
2024-12-30T17:00:27.754Z ERROR progress deadline exceeded
× progress deadline exceeded
"
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
at ../support/output.ts:36
34 | async assertSuccess() {
35 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 36 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
37 | });
38 | }
39 |
at /home/runner/work/everest/everest/cli-tests/support/output.ts:36:110
at Output.assertSuccess (/home/runner/work/everest/everest/cli-tests/support/output.ts:35:16)
at /home/runner/work/everest/everest/cli-tests/tests/flow/pg-operator.spec.ts:52:17
at /home/runner/work/everest/everest/cli-tests/tests/flow/pg-operator.spec.ts:47:5
|
CLI tests (test-pg-operator) / CLI test-pg-operator
Process completed with exit code 2.
|
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 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-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
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 1.8m
|
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.7m
|
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
|
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-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 2.7m
|
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.5m
|
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 30.1s
|
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 10.6m
|
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
|
🎭 Playwright Run Summary
6 passed (1.3s)
|
🎭 Playwright Run Summary
1 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (1.8m)
|
🎭 Playwright Run Summary
1 passed (2.7m)
|
🎭 Playwright Run Summary
1 passed (4.5m)
|
🎭 Playwright Run Summary
54 passed (3.8m)
|
🎭 Playwright Run Summary
1 failed
[flows] › flow/pg-operator.spec.ts:26:7 › Everest CLI install › install only postgresql-operator
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cli-tests-report
|
185 KB |
|
percona~everest~VRO4JD.dockerbuild
|
16.2 KB |
|
test-delete-cluster-tests-report
|
191 KB |
|