From 22c37cb6d97e99618e7dc6d6b9369af89d932fc3 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Tue, 10 Mar 2026 23:06:11 +0800 Subject: [PATCH 1/3] fix: update workflow reference to use the correct branch for new framework tests --- .github/workflows/new-framework-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-framework-test.yml b/.github/workflows/new-framework-test.yml index 149961e6a4f6..aa4f6a6fdfee 100644 --- a/.github/workflows/new-framework-test.yml +++ b/.github/workflows/new-framework-test.yml @@ -47,7 +47,7 @@ concurrency: jobs: test-new-cases: if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && !contains(github.event.pull_request.title, '[manual-only]')) - uses: taosdata/.github/.github/workflows/new-framework-test.yml@main + uses: taosdata/.github/.github/workflows/new-framework-test.yml@enh/run-change-cases with: tdinternal: false specified_source_branch: ${{ github.event_name == 'pull_request' && 'unavailable' || inputs.specified_source_branch }} From a974b39b2c0083b5f3e94d9f27f46bf680f0721b Mon Sep 17 00:00:00 2001 From: haoranchen Date: Wed, 11 Mar 2026 10:55:59 +0800 Subject: [PATCH 2/3] Update new-framework-test.yml --- .github/workflows/new-framework-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/new-framework-test.yml b/.github/workflows/new-framework-test.yml index aa4f6a6fdfee..b47b626d7a02 100644 --- a/.github/workflows/new-framework-test.yml +++ b/.github/workflows/new-framework-test.yml @@ -23,6 +23,7 @@ on: - 'test/cases/41-TDgpt/**' - "tools/keeper/**" + workflow_dispatch: inputs: specified_source_branch: From dee15e9b65803ff5c64fae496270b24ea9bcd2e5 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 11 Mar 2026 15:27:36 +0800 Subject: [PATCH 3/3] fix: add a blank line for better readability in test_filter_column.py --- test/cases/09-DataQuerying/02-Filter/test_filter_column.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cases/09-DataQuerying/02-Filter/test_filter_column.py b/test/cases/09-DataQuerying/02-Filter/test_filter_column.py index 3df97f8aa84a..2118fb3b543a 100644 --- a/test/cases/09-DataQuerying/02-Filter/test_filter_column.py +++ b/test/cases/09-DataQuerying/02-Filter/test_filter_column.py @@ -6,6 +6,7 @@ class TestFilterColumn: def setup_class(cls): tdLog.debug(f"start to execute {__file__}") + def test_filter_column(self): """Filter columns