We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85518d7 commit 41d7a66Copy full SHA for 41d7a66
tests/integration/test_refreshable_mv/test.py
@@ -56,7 +56,7 @@ def started_cluster():
56
def cleanup():
57
yield
58
59
- for node in nodes:
+ for node in nodes + [reading_node]:
60
node.query(
61
"drop database if exists re sync;"
62
"drop table if exists system.a;")
0 commit comments