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 #555
Annotations
2 errors, 2 warnings, and 1 notice
cli-tests/tests/flow/pg-operator.spec.ts#L74
1) [flows] › flow/pg-operator.spec.ts:29:7 › Everest CLI install operators › install only postgresql-operator › re-run everest install operators command
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "everest-operator-controller-manager-5d499bd5cc-42tdg"
72 | await restartedOperator.assertSuccess();
73 |
> 74 | expect(operator.getStdOutLines()[0]).not.toEqual(restartedOperator.getStdOutLines()[0]);
| ^
75 | await out.assertSuccess();
76 | await out.outErrContainsNormalizedMany([
77 | 'percona-xtradb-cluster-operator operator has been installed',
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/pg-operator.spec.ts:74:48
at /home/runner/work/percona-everest-cli/percona-everest-cli/cli-tests/tests/flow/pg-operator.spec.ts:64:5
|
|
|
cli-tests/[flows] › flow/pg-operator.spec.ts#L1
cli-tests/[flows] › flow/pg-operator.spec.ts took 3.0m
|
|
The logs for this run have expired and are no longer available.
Loading