Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

EVEREST-511 Added upgrade command #627

EVEREST-511 Added upgrade command

EVEREST-511 Added upgrade command #627

Triggered via pull request October 17, 2023 15:38
@gen1us2kgen1us2k
synchronize #178
EVEREST-511
Status Failure
Total duration 6m 43s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
CLI Integration Tests
6m 19s
CLI Integration Tests
Matrix: Check
Matrix: CLI tests
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 11 warnings, and 5 notices
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Tests (1.21.x)
Cannot open: File exists
Check (1.21.x, false): commands/list.go#L26
`newListCmd` is unused (deadcode)
Check (1.21.x, false): commands/provision.go#L26
`newProvisionCmd` is unused (deadcode)
[flows] › flow/pg-operator.spec.ts:29:7 › Everest CLI install operators › install only postgresql-operator: cli-tests/support/output.ts#L36
1) [flows] › flow/pg-operator.spec.ts:29:7 › Everest CLI install operators › install only postgresql-operator › run everest install operators command › Verify "../bin/everest install operators --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --backup.enable=0 --monitoring.enable=0 --name=test-5050996646477824 --skip-wizard" command executed successfully Error: "../bin/everest install operators --operator.mongodb=false --operator.postgresql=true --operator.xtradb-cluster=false --backup.enable=0 --monitoring.enable=0 --name=test-5050996646477824 --skip-wizard" expected to exit with 0! Error: "2023-10-17T15:42:06Z info install/operators.go:244 Checking connection to Everest {"component": "install/operators"} 2023-10-17T15:42:06Z info install/operators.go:665 Creating namespace percona-everest {"component": "install/operators"} 2023-10-17T15:42:06Z info install/operators.go:671 Namespace percona-everest has been created {"component": "install/operators"} 2023-10-17T15:42:06Z info install/operators.go:677 Started provisioning the cluster {"component": "install/operators"} 2023-10-17T15:42:06Z info install/operators.go:697 Installing Operator Lifecycle Manager {"component": "install/operators"} 2023-10-17T15:42:25Z info install/operators.go:702 OLM has been installed {"component": "install/operators"} 2023-10-17T15:42:25Z info install/operators.go:703 Installing Percona OLM Catalog {"component": "install/operators"} 2023-10-17T15:43:09Z info install/operators.go:708 Percona OLM Catalog has been installed {"component": "install/operators"} 2023-10-17T15:43:10Z info install/operators.go:763 Installing percona-postgresql-operator operator {"component": "install/operators"} 2023-10-17T15:43:30Z info install/operators.go:779 percona-postgresql-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:43:30Z info install/operators.go:763 Installing everest-operator operator {"component": "install/operators"} 2023-10-17T15:44:01Z info install/operators.go:779 everest-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:44:01Z error output/command.go:65 multiple instances of everest-operator found github.com/percona/percona-everest-cli/pkg/output.PrintError /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/output/command.go:65 github.com/percona/percona-everest-cli/commands/install.NewOperatorsCmd.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/commands/install/operators.go:50 github.com/spf13/cobra.(*Command).execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:944 github.com/spf13/cobra.(*Command).ExecuteC /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 github.com/spf13/cobra.(*Command).Execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:992 main.main /home/runner/work/percona-everest-cli/percona-everest-cli/cmd/everest/main.go:37 runtime.main /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:250 " 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/pg-operator.spec.ts:51:17 at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow
CLI tests (test-pg-operator) / CLI test-pg-operator
Process completed with exit code 2.
[flows] › flow/mongodb-operator.spec.ts:29:7 › Everest CLI install operators › install only mongodb-operator: cli-tests/support/output.ts#L36
1) [flows] › flow/mongodb-operator.spec.ts:29:7 › Everest CLI install operators › install only mongodb-operator › run everest install operators command › Verify "../bin/everest install operators --operator.mongodb=true --operator.postgresql=false --operator.xtradb-cluster=false --backup.enable=0 --monitoring.enable=0 --name=test-8290689362165760 --skip-wizard" command executed successfully Error: "../bin/everest install operators --operator.mongodb=true --operator.postgresql=false --operator.xtradb-cluster=false --backup.enable=0 --monitoring.enable=0 --name=test-8290689362165760 --skip-wizard" expected to exit with 0! Error: "2023-10-17T15:42:38Z info install/operators.go:244 Checking connection to Everest {"component": "install/operators"} 2023-10-17T15:42:38Z info install/operators.go:665 Creating namespace percona-everest {"component": "install/operators"} 2023-10-17T15:42:38Z info install/operators.go:671 Namespace percona-everest has been created {"component": "install/operators"} 2023-10-17T15:42:38Z info install/operators.go:677 Started provisioning the cluster {"component": "install/operators"} 2023-10-17T15:42:38Z info install/operators.go:697 Installing Operator Lifecycle Manager {"component": "install/operators"} 2023-10-17T15:43:06Z info install/operators.go:702 OLM has been installed {"component": "install/operators"} 2023-10-17T15:43:06Z info install/operators.go:703 Installing Percona OLM Catalog {"component": "install/operators"} 2023-10-17T15:43:29Z info install/operators.go:708 Percona OLM Catalog has been installed {"component": "install/operators"} 2023-10-17T15:43:29Z info install/operators.go:763 Installing percona-server-mongodb-operator operator {"component": "install/operators"} 2023-10-17T15:43:53Z info install/operators.go:779 percona-server-mongodb-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:43:53Z info install/operators.go:763 Installing everest-operator operator {"component": "install/operators"} 2023-10-17T15:44:28Z info install/operators.go:779 everest-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:44:33Z error output/command.go:65 multiple instances of everest-operator found github.com/percona/percona-everest-cli/pkg/output.PrintError /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/output/command.go:65 github.com/percona/percona-everest-cli/commands/install.NewOperatorsCmd.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/commands/install/operators.go:50 github.com/spf13/cobra.(*Command).execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:944 github.com/spf13/cobra.(*Command).ExecuteC /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 github.com/spf13/cobra.(*Command).Execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:992 main.main /home/runner/work/percona-everest-cli/percona-everest-cli/cmd/everest/main.go:37 runtime.main /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:250 " 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/mongodb-operator.spec.ts:52:17 at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-t
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Process completed with exit code 2.
[flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators: cli-tests/support/output.ts#L36
1) [flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators › run everest install operators command › Verify "../bin/everest install operators --backup.enable=0 --monitoring.enable=0 --name=test-8569972670332928 --skip-wizard" command executed successfully Error: "../bin/everest install operators --backup.enable=0 --monitoring.enable=0 --name=test-8569972670332928 --skip-wizard" expected to exit with 0! Error: "2023-10-17T15:42:40Z info install/operators.go:244 Checking connection to Everest {"component": "install/operators"} 2023-10-17T15:42:40Z info install/operators.go:665 Creating namespace percona-everest {"component": "install/operators"} 2023-10-17T15:42:40Z info install/operators.go:671 Namespace percona-everest has been created {"component": "install/operators"} 2023-10-17T15:42:40Z info install/operators.go:677 Started provisioning the cluster {"component": "install/operators"} 2023-10-17T15:42:40Z info install/operators.go:697 Installing Operator Lifecycle Manager {"component": "install/operators"} 2023-10-17T15:43:02Z info install/operators.go:702 OLM has been installed {"component": "install/operators"} 2023-10-17T15:43:02Z info install/operators.go:703 Installing Percona OLM Catalog {"component": "install/operators"} 2023-10-17T15:43:49Z info install/operators.go:708 Percona OLM Catalog has been installed {"component": "install/operators"} 2023-10-17T15:43:49Z info install/operators.go:763 Installing percona-xtradb-cluster-operator operator {"component": "install/operators"} 2023-10-17T15:44:06Z info install/operators.go:779 percona-xtradb-cluster-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:44:06Z info install/operators.go:763 Installing percona-server-mongodb-operator operator {"component": "install/operators"} 2023-10-17T15:44:31Z info install/operators.go:779 percona-server-mongodb-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:44:31Z info install/operators.go:763 Installing percona-postgresql-operator operator {"component": "install/operators"} 2023-10-17T15:44:52Z info install/operators.go:779 percona-postgresql-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:44:52Z info install/operators.go:763 Installing everest-operator operator {"component": "install/operators"} 2023-10-17T15:45:36Z info install/operators.go:779 everest-operator operator has been installed {"component": "install/operators"} 2023-10-17T15:45:36Z error output/command.go:65 multiple instances of everest-operator found github.com/percona/percona-everest-cli/pkg/output.PrintError /home/runner/work/percona-everest-cli/percona-everest-cli/pkg/output/command.go:65 github.com/percona/percona-everest-cli/commands/install.NewOperatorsCmd.func1 /home/runner/work/percona-everest-cli/percona-everest-cli/commands/install/operators.go:50 github.com/spf13/cobra.(*Command).execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:944 github.com/spf13/cobra.(*Command).ExecuteC /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:1068 github.com/spf13/cobra.(*Command).Execute /home/runner/go/pkg/mod/github.com/spf13/[email protected]/command.go:992 main.main /home/runner/work/percona-everest-cli/percona-everest-cli/cmd/everest/main.go:37 runtime.main /opt/hostedtoolcache/go/1.20.8/x64/src/runtime/proc.go:250 " 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
CLI tests (test-all-operators) / CLI test-all-operators
Process completed with exit code 2.
Tests (1.21.x)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Check (1.21.x, false)
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
CLI tests (test-pg-operator) / CLI test-pg-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
Slow Test: cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 2.6m
CLI tests (test-mongo-operator) / CLI test-mongo-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. 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 2.6m
CLI tests (test-pxc-operator) / CLI test-pxc-operator
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. 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.0m
CLI Integration Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. 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.7m
CLI tests (test-all-operators) / CLI test-all-operators
Restore cache failed: Dependencies file is not found in /home/runner/work/percona-everest-cli/percona-everest-cli. Supported file pattern: go.sum
🎭 Playwright Run Summary
1 failed [flows] › flow/pg-operator.spec.ts:29:7 › Everest CLI install operators › install only postgresql-operator
🎭 Playwright Run Summary
1 failed [flows] › flow/mongodb-operator.spec.ts:29:7 › Everest CLI install operators › install only mongodb-operator
🎭 Playwright Run Summary
1 passed (3.0m)
🎭 Playwright Run Summary
7 passed (2.2s)
🎭 Playwright Run Summary
1 failed [flows] › flow/all-operators.spec.ts:29:7 › Everest CLI install operators › install all operators

Artifacts

Produced during runtime
Name Size
cli-tests-report Expired
418 KB
test-delete-cluster-tests-report Expired
414 KB