From 056dbf0c89b7c755624738200ce523113f44d883 Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Wed, 28 Dec 2022 17:02:21 +0200 Subject: [PATCH 1/2] Update testsuite.yml --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index dec88eda..3fa0eb47 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -5,7 +5,7 @@ on: jobs: bats-testsuite: - uses: Percona-Lab/pmm-submodules/.github/workflows/pmm2-testsuite.yml@PMM-2.0 + uses: Percona-Lab/pmm-submodules/.github/workflows/pmm2-testsuite.yml@PMM-10789-fb-tests with: server_image: ${{ github.event.inputs.server_image || 'perconalab/pmm-server:dev-latest' }} client_version: ${{ github.event.inputs.client_version || 'dev-latest' }} From 805eafd3cb4556e5e852b6f743659bb31aeaf7a2 Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Wed, 28 Dec 2022 17:18:15 +0200 Subject: [PATCH 2/2] test fail --- pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats b/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats index 6efa08be..194c5275 100644 --- a/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats +++ b/pmm-tests/pmm-2-0-bats-tests/ps-specific-tests.bats @@ -79,7 +79,7 @@ echo "$output" } @test "run pmm-admin status --json check for Running string in output" { - run bash -c 'pmm-admin status --json | grep "Running"' + run bash -c 'pmm-admin status --json | grep "Runnings"' echo "$output" [ "$status" -eq 1 ] }