This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.2 (#160) #538
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 delete cluster command › Verify "delete cluster --name=test-8065898858414080 --assume-yes" command executed successfully
Error: "delete cluster --name=test-8065898858414080 --assume-yes" expected to exit with 0! Error: "2023-10-02T08:33:36Z info delete/cluster.go:271 Deleting all Kubernetes monitoring resources in Kubernetes cluster "test-8065898858414080"
2023-10-02T08:33:36Z error output/command.go:65 failed to get API group resources: unable to retrieve the complete list of server APIs: operator.victoriametrics.com/v1beta1: the server could not find the requested resource
could not delete monitoring resources from the Kubernetes cluster
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/delete.NewClusterCmd.func1
/home/runner/work/percona-everest-cli/percona-everest-cli/commands/delete/cluster.go:58
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/support/everest-cli.ts:9:15
at cliDeleteCluster (/home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/support/everest-cli.ts:6:3)
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/all-operators.spec.ts:63:5
|
|
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 3.5m
|
|
|
The logs for this run have expired and are no longer available.
Loading