Skip to content

Commit f928e7c

Browse files
mriggerclaude
andcommitted
Fix CI job names: typos, copy-paste errors, and creation-only labels
- CnosDB: fix step name "Set up ClickHouse" -> "Set up CnosDB" - CnosDB: add "creation only" (both NoREC and TLP use --num-queries 0) - HSQLDB: fix typo "HSQLB" -> "HSQLDB" - MySQL: note "CERT creation only" (CERT uses --num-queries 0) - TiDB: note "TLP creation only" (TLP uses --num-queries 0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c480162 commit f928e7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test
9090

9191
cnosdb:
92-
name: DBMS Tests (CnosDB)
92+
name: DBMS Tests (CnosDB, creation only)
9393
runs-on: ubuntu-latest
9494
steps:
9595
- uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101
cache: 'maven'
102102
- name: Build SQLancer
103103
run: mvn -B package -DskipTests=true
104-
- name: Set up ClickHouse
104+
- name: Set up CnosDB
105105
run: |
106106
docker pull cnosdb/cnosdb:community-latest
107107
docker run --name cnosdb -p 8902:8902 -d cnosdb/cnosdb:community-latest
@@ -366,7 +366,7 @@ jobs:
366366
run: SPARK_AVAILABLE=true mvn -Dtest=TestSparkTLP test
367367

368368
hsqldb:
369-
name: DBMS Tests (HSQLB)
369+
name: DBMS Tests (HSQLDB)
370370
runs-on: ubuntu-latest
371371
steps:
372372
- uses: actions/checkout@v4
@@ -458,7 +458,7 @@ jobs:
458458
MATERIALIZE_AVAILABLE=true mvn test -Dtest=TestMaterializeQueryPlan
459459
460460
mysql:
461-
name: DBMS Tests (MySQL)
461+
name: DBMS Tests (MySQL, CERT creation only)
462462
runs-on: ubuntu-latest
463463
services:
464464
mysql:
@@ -601,7 +601,7 @@ jobs:
601601
mvn -Dtest=TestSQLiteQPG test
602602
603603
tidb:
604-
name: DBMS Tests (TiDB)
604+
name: DBMS Tests (TiDB, TLP creation only)
605605
runs-on: ubuntu-latest
606606
steps:
607607
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)