Test for system.data_skipping_indices with MaterializedMySQL

This commit is contained in:
Filipp Ozinov 2023-08-17 12:51:41 +04:00 committed by GitHub
parent e609a9f3d1
commit f402d80bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -546,3 +546,9 @@ def test_create_table_as_select(started_cluster, started_mysql_8_0, clickhouse_n
materialized_with_ddl.create_table_as_select(
clickhouse_node, started_mysql_8_0, "mysql80"
)
def test_table_with_indexes(started_cluster, started_mysql_8_0, clickhouse_node):
materialized_with_ddl.table_with_indexes(
clickhouse_node, started_mysql_8_0, "mysql80"
)