This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Fix after merge #590
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-83523400630272 --skip-wizard" command executed successfully
Error: "../bin/everest install operators --backup.enable=0 --monitoring.enable=0 --name=test-83523400630272 --skip-wizard" expected to exit with 0! Error: "2023-10-12T16:51:12Z info install/operators.go:244 Checking connection to Everest {"component": "install/operators"}
2023-10-12T16:51:12Z info install/operators.go:665 Creating namespace percona-everest {"component": "install/operators"}
2023-10-12T16:51:12Z info install/operators.go:671 Namespace percona-everest has been created {"component": "install/operators"}
2023-10-12T16:51:12Z info install/operators.go:677 Started provisioning the cluster {"component": "install/operators"}
2023-10-12T16:51:12Z info install/operators.go:697 Installing Operator Lifecycle Manager {"component": "install/operators"}
2023-10-12T16:51:34Z info install/operators.go:702 OLM has been installed {"component": "install/operators"}
2023-10-12T16:51:34Z info install/operators.go:703 Installing Percona OLM Catalog {"component": "install/operators"}
2023-10-12T16:51:51Z info install/operators.go:708 Percona OLM Catalog has been installed {"component": "install/operators"}
2023-10-12T16:51:51Z info install/operators.go:763 Installing percona-xtradb-cluster-operator operator {"component": "install/operators"}
2023-10-12T16:52:16Z info install/operators.go:779 percona-xtradb-cluster-operator operator has been installed {"component": "install/operators"}
2023-10-12T16:52:16Z info install/operators.go:763 Installing percona-server-mongodb-operator operator {"component": "install/operators"}
2023-10-12T16:52:41Z info install/operators.go:779 percona-server-mongodb-operator operator has been installed {"component": "install/operators"}
2023-10-12T16:52:41Z info install/operators.go:763 Installing percona-postgresql-operator operator {"component": "install/operators"}
2023-10-12T16:53:07Z info install/operators.go:779 percona-postgresql-operator operator has been installed {"component": "install/operators"}
2023-10-12T16:53:07Z info install/operators.go:763 Installing everest-operator operator {"component": "install/operators"}
2023-10-12T16:53:46Z info install/operators.go:779 everest-operator operator has been installed {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:869 Creating service account for Everest {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:874 Creating role for Everest service account {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:880 Binding role to Everest Service account {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:891 Creating cluster role for Everest service account {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:899 Binding cluster role to Everest Service account {"component": "install/operators"}
2023-10-12T16:53:51Z info install/operators.go:821 Generating kubeconfig {"component": "install/operators"}
2023-10-12T16:53:52Z info install/operators.go:827 Connecting your Kubernetes cluster to Everest {"component": "install/operators"}
2023-10-12T16:54:02Z error output/command.go:57 Could not create kube client (status 500): cannot register Kubernetes cluster due to Everest error
could not register a new Kubernetes cluster with Everest
"
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);
|
|
|
cli-tests/[flows] › flow/all-operators.spec.ts#L1
cli-tests/[flows] › flow/all-operators.spec.ts took 3.6m
|
|
|
The logs for this run have expired and are no longer available.
Loading