This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-458 Restart everest-operator pod during the provisioning #551
Annotations
2 errors, 2 warnings, and 1 notice
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-7217072805249024 --skip-wizard" command executed successfully
Error: "../bin/everest install operators --backup.enable=0 --monitoring.enable=0 --name=test-7217072805249024 --skip-wizard" expected to exit with 0! Error: "2023-10-05T09:39:50Z info install/operators.go:244 Checking connection to Everest {"component": "install/operators"}
2023-10-05T09:39:51Z info install/operators.go:665 Creating namespace percona-everest {"component": "install/operators"}
2023-10-05T09:39:51Z info install/operators.go:671 Namespace percona-everest has been created {"component": "install/operators"}
2023-10-05T09:39:51Z info install/operators.go:677 Started provisioning the cluster {"component": "install/operators"}
2023-10-05T09:39:51Z info install/operators.go:697 Installing Operator Lifecycle Manager {"component": "install/operators"}
2023-10-05T09:40:12Z info install/operators.go:702 OLM has been installed {"component": "install/operators"}
2023-10-05T09:40:12Z info install/operators.go:703 Installing Percona OLM Catalog {"component": "install/operators"}
2023-10-05T09:40:58Z info install/operators.go:708 Percona OLM Catalog has been installed {"component": "install/operators"}
2023-10-05T09:40:58Z info install/operators.go:752 Installing percona-xtradb-cluster-operator operator {"component": "install/operators"}
2023-10-05T09:41:13Z info install/operators.go:768 percona-xtradb-cluster-operator operator has been installed {"component": "install/operators"}
2023-10-05T09:41:13Z info install/operators.go:752 Installing percona-server-mongodb-operator operator {"component": "install/operators"}
2023-10-05T09:41:37Z info install/operators.go:768 percona-server-mongodb-operator operator has been installed {"component": "install/operators"}
2023-10-05T09:41:37Z info install/operators.go:752 Installing percona-postgresql-operator operator {"component": "install/operators"}
2023-10-05T09:41:56Z info install/operators.go:768 percona-postgresql-operator operator has been installed {"component": "install/operators"}
2023-10-05T09:41:56Z info install/operators.go:752 Installing everest-operator operator {"component": "install/operators"}
2023-10-05T09:42:16Z info install/operators.go:768 everest-operator operator has been installed {"component": "install/operators"}
2023-10-05T09:42:26Z 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/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 3.3m
|
|
|
The logs for this run have expired and are no longer available.
Loading