@@ -124,23 +124,23 @@ def regression(
124
124
self .context .node2 = self .context .cluster .node ("clickhouse2" )
125
125
self .context .node3 = self .context .cluster .node ("clickhouse3" )
126
126
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 )
144
144
Feature (
145
145
test = load ("iceberg.tests.cache.feature" , "feature" ),
146
146
)(minio_root_user = minio_root_user , minio_root_password = minio_root_password )
0 commit comments