Skip to content

Commit

Permalink
ci: add test cases
Browse files Browse the repository at this point in the history
Signed-off-by: dongmen <414110582@qq.com>
  • Loading branch information
asddongmen committed Jan 13, 2025
1 parent 3155a3a commit 351dfb0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/integration_test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,33 @@ jobs:
run: |
export TICDC_NEWARCH=true && make integration_test CASE=partition_table
# The 3th case in this group
- name: Test multi_tables_ddl
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=multi_tables_ddl
- name: Test ddl_attributes
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=ddl_attributes
- name: Test http_api_tls
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=http_api_tls
- name: Test http_api_tls_with_user_auth
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=http_api_tls_with_user_auth
# the 7th case in this group
- name: Test default_value
if: ${{ success() }}
run: |
export TICDC_NEWARCH=true && make integration_test CASE=default_value
- name: Upload test logs
if: always()
Expand Down

0 comments on commit 351dfb0

Please sign in to comment.