PMM2 Integration Tests #1256
Annotations
8 errors and 1 notice
pmm-ui-tests/cli/support/types/output.ts#L22
1) tests/pmm-client-docker.spec.ts:9:7 › PMM Client Docker CLI tests › run pmm-admin list on pmm-client docker container
Error: "docker exec pmm-client pmm-admin list" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:11:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
2) tests/pmm-client-docker.spec.ts:24:7 › PMM Client Docker CLI tests › run pmm-admin add mysql with default options
Error: "docker exec pmm-client pmm-admin add mysql --username=root --*** --service-name=ps5.7_2 --host=ps5.7 --port=3306 --server-url=***docker-client-check-pmm-server/" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:26:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
3) tests/pmm-client-docker.spec.ts:34:7 › PMM Client Docker CLI tests › run pmm-admin remove mysql
Error: "docker exec pmm-client pmm-admin remove mysql ps5.7_2" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:36:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
4) tests/pmm-client-docker.spec.ts:43:7 › PMM Client Docker CLI tests › run pmm-admin add mongodb with default options
Error: "docker exec pmm-client pmm-admin add mongodb --service-name=mongodb-4.0_2 --host=mongodb --port=27017 --server-url=***docker-client-check-pmm-server/" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:45:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
5) tests/pmm-client-docker.spec.ts:53:7 › PMM Client Docker CLI tests › run pmm-admin remove mongodb
Error: "docker exec pmm-client pmm-admin remove mongodb mongodb-4.0_2" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:55:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
6) tests/pmm-client-docker.spec.ts:62:7 › PMM Client Docker CLI tests › run pmm-admin add postgresql with default options
Error: "docker exec pmm-client pmm-admin add postgresql --username=postgres --*** --service-name=postgres-10_2 --host=postgres-10 --port=5432 --server-url=***docker-client-check-pmm-server/" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:64:18
|
pmm-ui-tests/cli/support/types/output.ts#L22
7) tests/pmm-client-docker.spec.ts:72:7 › PMM Client Docker CLI tests › run pmm-admin remove postgresql
Error: "docker exec pmm-client pmm-admin remove postgresql postgres-10_2" expected to exit with 0! Error: "Error response from daemon: Container 52daa4091546539ac662941d932b5cd3dc32fff260d48b0c64ad8e64acf11b80 is not running
"
Expected: 0
Received: 1
at support/types/output.ts:22
20 | async assertSuccess() {
21 | await test.step(`Verify "${this.command}" command executed successfully`, async () => {
> 22 | expect(this.code, `"${this.command}" expected to exit with 0! Error: "${this.stderr || this.stdout}"`).toEqual(0);
| ^
23 | });
24 | }
25 |
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:22:110
at Output.assertSuccess (/home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/support/types/output.ts:21:16)
at /home/runner/work/pmm-submodules/pmm-submodules/pmm-ui-tests/cli/tests/pmm-client-docker.spec.ts:74:18
|
|
7 failed
tests/pmm-client-docker.spec.ts:9:7 › PMM Client Docker CLI tests › run pmm-admin list on pmm-client docker container
tests/pmm-client-docker.spec.ts:24:7 › PMM Client Docker CLI tests › run pmm-admin add mysql with default options
tests/pmm-client-docker.spec.ts:34:7 › PMM Client Docker CLI tests › run pmm-admin remove mysql
tests/pmm-client-docker.spec.ts:43:7 › PMM Client Docker CLI tests › run pmm-admin add mongodb with default options
tests/pmm-client-docker.spec.ts:53:7 › PMM Client Docker CLI tests › run pmm-admin remove mongodb
tests/pmm-client-docker.spec.ts:62:7 › PMM Client Docker CLI tests › run pmm-admin add postgresql with default options
tests/pmm-client-docker.spec.ts:72:7 › PMM Client Docker CLI tests › run pmm-admin remove postgresql
|
The logs for this run have expired and are no longer available.
Loading