You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
* Incorporate #4516 making Maria a separate DB in the matrix
* Spawn out the maria-roots of e2e suites
* Introduce TestIntegraion.../mysql and .../mariadb naming pattern for
integration tests, filter from tilt with a matcher. MySQL-only are
TestMySQLOnlyIntegration... to avoid running them from maria targets as
parent tests are first ran to discover subtests. Unit tests are out of
scope for tilt as they don't need any infra
Also GitHub seems to not handle indentation diffs very well, most of the
line changes are just subtest indentation
---------
Co-authored-by: Pablo Francisco Pérez Hidalgo <pablo.perez@clickhouse.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Available test launchers:
146
146
-**e2e_postgres** -- Postgres to ClickHouse generic tests (`TestGenericCH_PG`)
147
147
-**e2e_mysql-gtid** -- MySQL GTID to ClickHouse generic tests (`TestGenericCH_MySQL`)
148
148
-**e2e_mysql-pos** -- MySQL File-Pos to ClickHouse generic tests (`TestGenericCH_MySQL`)
149
-
-**e2e_mariadb** -- MariaDB to ClickHouse generic tests (`TestGenericCH_MySQL`)
149
+
-**e2e_mariadb** -- MariaDB to ClickHouse generic tests (`TestGenericCH_MariaDB`)
150
150
-**e2e_mongodb** -- MongoDB to ClickHouse test suite (`TestMongoClickhouseSuite`)
151
151
152
152
Each launcher automatically depends on the required services and provisioning steps, so Tilt will ensure all prerequisites are running before executing the tests. To trigger a test, click the resource in the Tilt UI and press the trigger (play) button.
0 commit comments