Skip to content

Commit 2db4e27

Browse files
committed
Merge branch 'main' of github.com:Altinity/clickhouse-regression
2 parents 2aeaadc + 6a30282 commit 2db4e27

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

iceberg/regression.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,23 @@ def regression(
124124
self.context.node2 = self.context.cluster.node("clickhouse2")
125125
self.context.node3 = self.context.cluster.node("clickhouse3")
126126

127-
# Feature(
128-
# test=load("iceberg.tests.iceberg_engine.feature", "feature"),
129-
# )(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
130-
#
131-
# Feature(
132-
# test=load("iceberg.tests.iceberg_table_engine.feature", "feature"),
133-
# )(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
134-
#
135-
# Feature(
136-
# test=load("iceberg.tests.s3_table_function.s3_table_function", "feature"),
137-
# )(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
138-
# Feature(
139-
# test=load(
140-
# "iceberg.tests.icebergS3_table_function.icebergS3_table_function",
141-
# "icebergS3_table_function",
142-
# ),
143-
# )(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
127+
Feature(
128+
test=load("iceberg.tests.iceberg_engine.feature", "feature"),
129+
)(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
130+
131+
Feature(
132+
test=load("iceberg.tests.iceberg_table_engine.feature", "feature"),
133+
)(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
134+
135+
Feature(
136+
test=load("iceberg.tests.s3_table_function.s3_table_function", "feature"),
137+
)(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
138+
Feature(
139+
test=load(
140+
"iceberg.tests.icebergS3_table_function.icebergS3_table_function",
141+
"icebergS3_table_function",
142+
),
143+
)(minio_root_user=minio_root_user, minio_root_password=minio_root_password)
144144
Feature(
145145
test=load("iceberg.tests.cache.feature", "feature"),
146146
)(minio_root_user=minio_root_user, minio_root_password=minio_root_password)

0 commit comments

Comments
 (0)