Skip to content

Commit d15c7f9

Browse files
committed
25.9+ LIVE VIEW was removed
Signed-off-by: Slach <[email protected]>
1 parent 0e417cd commit d15c7f9

File tree

1 file changed

+1
-1
lines changed
  • test/testflows/clickhouse_backup/tests

1 file changed

+1
-1
lines changed

test/testflows/clickhouse_backup/tests/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def live_view(self):
8484
"""Test that live view is handled properly by clickhouse-backup.
8585
"""
8686
base_table_name = self.context.views_base_name
87-
if os.environ.get('CLICKHOUSE_VERSION', '25.8') >= '25.8':
87+
if os.environ.get('CLICKHOUSE_VERSION', '25.8') >= '25.8' or os.environ.get('CLICKHOUSE_VERSION', '25.10') >= '25.10':
8888
skip("25.9+ LIVE VIEW was removed")
8989
views_outline(view_name="lview", view_contents_query=f"SELECT * FROM {base_table_name}_lview",
9090
view_create_query=f"CREATE LIVE VIEW {base_table_name}_lview AS "

0 commit comments

Comments
 (0)