From 0148e88e53ee3577e6238a383a7053b3330d49a7 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Wed, 4 Jun 2025 18:17:38 +0300 Subject: [PATCH 1/3] chore: 9-3-0 against 25.1 --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index a11a77f98..ce6d8ab73 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -15,7 +15,7 @@ jobs: services: backend: - image: ghcr.io/ydb-platform/local-ydb:nightly + image: ghcr.io/ydb-platform/local-ydb:25.1 ports: - 2135:2135 - 8765:8765 From de966a1e1d4a8218aba7d8f57a25bac914c31a60 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Wed, 4 Jun 2025 18:31:13 +0300 Subject: [PATCH 2/3] fix: actual branch --- .github/workflows/quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index ce6d8ab73..1da05dc28 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -24,6 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + ref: ${{ github.event.pull_request.head.sha || github.sha }} fetch-depth: 0 - name: Setup Node.js From 2c2e0f40ecd36bd9b79fcb1f3941a316978cefce Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Mon, 9 Jun 2025 19:05:15 +0300 Subject: [PATCH 3/3] chore: isolate streaming test --- tests/suites/tenant/queryEditor/queryEditor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/tenant/queryEditor/queryEditor.test.ts b/tests/suites/tenant/queryEditor/queryEditor.test.ts index 61418d15e..4a1903680 100644 --- a/tests/suites/tenant/queryEditor/queryEditor.test.ts +++ b/tests/suites/tenant/queryEditor/queryEditor.test.ts @@ -143,7 +143,7 @@ test.describe('Test Query Editor', async () => { await expect(queryEditor.waitForStatus('Stopped')).resolves.toBe(true); }); - test('Streaming query shows some results and banner when stop button is clicked', async ({ + test.only('Streaming query shows some results and banner when stop button is clicked', async ({ page, }) => { // Safari in playwright has problem with painting an array