This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-430 Moved to everest-catalog #472
Annotations
2 errors, 2 warnings, and 1 notice
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-5047023120154624 --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-5047023120154624 --skip-wizard" expected to exit with 0! Error: "2023-09-18T10:32:32Z info install/operators.go:242 Checking connection to Everest {"component": "install/operators"}
2023-09-18T10:32:32Z info install/operators.go:663 Creating namespace percona-everest {"component": "install/operators"}
2023-09-18T10:32:32Z info install/operators.go:669 Namespace percona-everest has been created {"component": "install/operators"}
2023-09-18T10:32:32Z info install/operators.go:675 Started provisioning the cluster {"component": "install/operators"}
2023-09-18T10:32:32Z info install/operators.go:695 Installing Operator Lifecycle Manager {"component": "install/operators"}
2023-09-18T10:32:51Z info install/operators.go:700 OLM has been installed {"component": "install/operators"}
2023-09-18T10:32:51Z info install/operators.go:701 Installing Percona OLM Catalog {"component": "install/operators"}
2023-09-18T10:33:09Z info install/operators.go:706 Percona OLM Catalog has been installed {"component": "install/operators"}
2023-09-18T10:33:09Z info install/operators.go:747 Installing percona-postgresql-operator operator {"component": "install/operators"}
2023-09-18T10:35:40Z error install/operators.go:760 failed installing percona-postgresql-operator operator {"component": "install/operators"}
github.com/percona/percona-everest-cli/pkg/install.(*Operators).installOperator.func1
/home/runner/work/percona-everest-cli/percona-everest-cli/pkg/install/operators.go:760
golang.org/x/sync/errgroup.(*Group).Go.func1
/home/runner/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75
2023-09-18T10:35:40Z error output/command.go:65 client rate limiter Wait returned an error: context deadline exceeded
cannot get an install plan for the operator subscription: "percona-postgresql-operator"
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-ever
|
|
|
cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 3.8m
|
|
The logs for this run have expired and are no longer available.
Loading