This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-843 Comma-separated namespaces flag #1167
Annotations
2 errors, 3 warnings, and 1 notice
Run test-pxc-operator integration tests:
cli-tests/support/output.ts#L36
1) [flows] › flow/pxc-operator.spec.ts:27:7 › Everest CLI install › install only xtradb-cluster-operator › run everest install command › Verify "../bin/everest install --operator.mongodb=false --operator.postgresql=false --operator.xtradb-cluster=true --namespace=everest-operators --skip-wizard" command executed successfully
Error: "../bin/everest install --operator.mongodb=false --operator.postgresql=false --operator.xtradb-cluster=true --namespace=everest-operators --skip-wizard" expected to exit with 0! Error: "Error: unknown flag: --namespace
Usage:
everestctl install [flags]
Examples:
everestctl install --namespaces dev,staging,prod --operator.mongodb=true --operator.postgresql=true --operator.xtradb-cluster=true --skip-wizard
Flags:
-h, --help help for install
-k, --kubeconfig string Path to a kubeconfig (default "~/.kube/config")
--namespaces string Comma-separated namespaces list Percona Everest can manage
--operator.mongodb Install MongoDB operator (default true)
--operator.postgresql Install PostgreSQL operator (default true)
--operator.xtradb-cluster Install XtraDB Cluster operator (default true)
--skip-wizard Skip installation wizard
Global Flags:
--json Set output type to JSON
-v, --verbose Enable verbose mode
"
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/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:36:110
at Output.assertSuccess (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/output.ts:35:16)
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/pxc-operator.spec.ts:55:17
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/pxc-operator.spec.ts:50:5
|
Run test-pxc-operator integration tests
Process completed with exit code 2.
|
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
|
Run test-pxc-operator integration tests:
cli-tests/[flows] › flow/pxc-operator.spec.ts#L1
cli-tests/[flows] › flow/pxc-operator.spec.ts took 40.1s
|
Run test-pxc-operator integration tests
1 failed
[flows] › flow/pxc-operator.spec.ts:27:7 › Everest CLI install › install only xtradb-cluster-operator
|
The logs for this run have expired and are no longer available.
Loading