mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
Update test_row_policy.py
This commit is contained in:
parent
9dbb106dc1
commit
f3a31c20fe
@ -76,7 +76,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table1",
|
"filtered_table1",
|
||||||
"6068883a-0e9d-f802-7e22-0144f8e66d3c",
|
"6068883a-0e9d-f802-7e22-0144f8e66d3c",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"1",
|
"1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -89,7 +89,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table2",
|
"filtered_table2",
|
||||||
"c019e957-c60b-d54e-cc52-7c90dac5fb01",
|
"c019e957-c60b-d54e-cc52-7c90dac5fb01",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"1",
|
"1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -102,7 +102,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table3",
|
"filtered_table3",
|
||||||
"4cb080d0-44e8-dbef-6026-346655143628",
|
"4cb080d0-44e8-dbef-6026-346655143628",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"1",
|
"1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -115,7 +115,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"local",
|
"local",
|
||||||
"5b23c389-7e18-06bf-a6bc-dd1afbbc0a97",
|
"5b23c389-7e18-06bf-a6bc-dd1afbbc0a97",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"a = 1",
|
"a = 1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -128,7 +128,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table1",
|
"filtered_table1",
|
||||||
"9e8a8f62-4965-2b5e-8599-57c7b99b3549",
|
"9e8a8f62-4965-2b5e-8599-57c7b99b3549",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"a = 1",
|
"a = 1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -141,7 +141,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table2",
|
"filtered_table2",
|
||||||
"cffae79d-b9bf-a2ef-b798-019c18470b25",
|
"cffae79d-b9bf-a2ef-b798-019c18470b25",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"a + b < 1 or c - d > 5",
|
"a + b < 1 or c - d > 5",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -154,7 +154,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"filtered_table3",
|
"filtered_table3",
|
||||||
"12fc5cef-e3da-3940-ec79-d8be3911f42b",
|
"12fc5cef-e3da-3940-ec79-d8be3911f42b",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"c = 1",
|
"c = 1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
@ -167,7 +167,7 @@ def test_introspection():
|
|||||||
"mydb",
|
"mydb",
|
||||||
"local",
|
"local",
|
||||||
"cdacaeb5-1d97-f99d-2bb0-4574f290629c",
|
"cdacaeb5-1d97-f99d-2bb0-4574f290629c",
|
||||||
"users.xml",
|
"users_xml",
|
||||||
"1",
|
"1",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user