diff --git a/.github/workflows/new-framework-test.yml b/.github/workflows/new-framework-test.yml index 149961e6a4f6..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: @@ -47,7 +48,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 }} 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