mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Merge pull request #37658 from vitlibar/fix-flaky-test_row_policy
Fix flaky test test_row_policy
This commit is contained in:
commit
30a7b07d97
@ -87,6 +87,11 @@ def reset_policies():
|
||||
copy_policy_xml("normal_filters.xml")
|
||||
for current_node in nodes:
|
||||
current_node.query("DROP POLICY IF EXISTS pA, pB ON mydb.filtered_table1")
|
||||
current_node.query("DROP POLICY IF EXISTS pC ON mydb.other_table")
|
||||
current_node.query("DROP POLICY IF EXISTS all_data ON dist_tbl, local_tbl")
|
||||
current_node.query(
|
||||
"DROP POLICY IF EXISTS role1_data ON dist_tbl, local_tbl"
|
||||
)
|
||||
|
||||
|
||||
def test_smoke():
|
||||
|
Loading…
Reference in New Issue
Block a user