.github/workflows/pmm-cli.yml #963
Annotations
2 errors and 1 notice
pmm/cli-tests/support/types/Output.ts#L49
1) [cli] › tests/pmm-cli/server/install.spec.ts:95:7 › PMM Server Install tests › PMM-T1576 "pmm server docker install" exits if docker container is already present @pmm-cli › Verify "
sudo pmm server docker install
--https-listen-port=1445
--http-listen-port=1082
--container-name=pmm-server-exists
--volume-name=pmm-data-123" command executed successfully
Error: "
sudo pmm server docker install
--https-listen-port=1445
--http-listen-port=1082
--container-name=pmm-server-exists
--volume-name=pmm-data-123" expected to exit with 0!
Stdout:
Stderr: "sudo: pmm: command not found
"
Expected: 0
Received: 1
at support/types/Output.ts:49
47 | async assertSuccess() {
48 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 49 | expect(this.code, `"${this.command}" expected to exit with 0!\nStdout: ${this.stdout}\nStderr: "${this.stderr}"`).toEqual(0);
| ^
50 | });
51 | }
52 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm/cli-tests/support/types/Output.ts:49:121
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm/cli-tests/support/types/Output.ts:48:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm/cli-tests/tests/pmm-cli/server/install.spec.ts:104:39
|
|
|
The logs for this run have expired and are no longer available.
Loading