Skip to content

Commit 451da71

Browse files
authored
feat(ci): add ttc (tcp testing container) (#17160)
* feat: add ttc member (tcp testing container) * feat(ci): add hybrid logictest handler * feat(ci): add hybrid logictest handler * feat(ci): add hybrid logictest handler * update * update * update * fix port * fix tests * fix regexp
1 parent 13c79d9 commit 451da71

File tree

12 files changed

+612
-180
lines changed

12 files changed

+612
-180
lines changed

.github/actions/test_cloud_sqllogic_standalone_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: true
1111
default: ""
1212
handlers:
13-
description: "logic test handlers, mysql,http,clickhouse"
13+
description: "logic test handlers, mysql,http,hybrid"
1414
required: true
1515
default: ""
1616
storage-format:

.github/actions/test_ee_sqllogic_standalone_linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: true
1111
default: ""
1212
handlers:
13-
description: "logic test handlers, mysql,http,clickhouse"
13+
description: "logic test handlers, mysql,http,hybrid"
1414
required: true
1515
default: ""
1616
storage-format:

.github/actions/test_sqllogic_standalone_linux_minio/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: true
1111
default: ""
1212
handlers:
13-
description: "logic test handlers, mysql,http,clickhouse"
13+
description: "logic test handlers, mysql,http,hybrid"
1414
required: true
1515
default: ""
1616
storage-format:

.github/workflows/reuse.sqllogic.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 10
3333
with:
3434
dirs: management
35-
handlers: mysql,http
35+
handlers: http,mysql
3636

3737
standalone:
3838
runs-on:
@@ -54,7 +54,7 @@ jobs:
5454
- { dirs: "tpch", runner: "2c8g" }
5555
- { dirs: "standalone", runner: "2c8g" }
5656
handler:
57-
- "mysql"
57+
- "hybrid"
5858
- "http"
5959
steps:
6060
- uses: actions/checkout@v4
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 15
8484
with:
8585
dirs: udf_server
86-
handlers: mysql,http
86+
handlers: http,hybrid
8787
parallel: 1
8888
storage-format: all
8989
- name: Upload failure
@@ -105,7 +105,7 @@ jobs:
105105
timeout-minutes: 15
106106
with:
107107
dirs: task
108-
handlers: mysql,http
108+
handlers: http,hybrid
109109
storage-format: all
110110
- name: Upload failure
111111
if: failure() || cancelled()
@@ -121,7 +121,7 @@ jobs:
121121
dirs:
122122
- "query"
123123
handler:
124-
- "mysql"
124+
- "hybrid"
125125
- "http"
126126
format:
127127
- "native"
@@ -152,7 +152,7 @@ jobs:
152152
timeout-minutes: 15
153153
with:
154154
dirs: tpch_iceberg
155-
handlers: mysql,http
155+
handlers: http,hybrid
156156
- name: Upload failure
157157
if: failure()
158158
uses: ./.github/actions/artifact_failure
@@ -179,7 +179,7 @@ jobs:
179179
- { dirs: "tpch", runner: "2c8g" }
180180
- { dirs: "cluster", runner: "2c8g" }
181181
handler:
182-
- "mysql"
182+
- "hybrid"
183183
- "http"
184184
steps:
185185
- uses: actions/checkout@v4
@@ -213,7 +213,7 @@ jobs:
213213
with:
214214
storage: ${{ matrix.storage }}
215215
dirs: stage
216-
handlers: mysql,http
216+
handlers: http,hybrid
217217
- name: Upload failure
218218
if: failure()
219219
uses: ./.github/actions/artifact_failure
@@ -262,7 +262,7 @@ jobs:
262262
timeout-minutes: 15
263263
with:
264264
dirs: ee
265-
handlers: mysql,http
265+
handlers: http,hybrid
266266
storage-format: ${{ matrix.format }}
267267
- name: Upload failure
268268
if: failure()

0 commit comments

Comments
 (0)