Automatic style fix

This commit is contained in:
robot-clickhouse 2023-06-09 13:27:46 +00:00
parent 590236030d
commit 6213b1b04f
2 changed files with 3 additions and 3 deletions

View File

@ -591,4 +591,4 @@ def test_partition_by_tf(cluster):
assert "1,2,3\n" == get_azure_file_content("test_tf_3.csv")
assert "3,2,1\n" == get_azure_file_content("test_tf_1.csv")
assert "78,43,45\n" == get_azure_file_content("test_tf_45.csv")
assert "78,43,45\n" == get_azure_file_content("test_tf_45.csv")

View File

@ -44,6 +44,7 @@ def cluster():
finally:
cluster.shutdown()
def azure_query(node, query, try_num=3, settings={}):
for i in range(try_num):
try:
@ -74,7 +75,6 @@ def get_azure_file_content(filename):
return download_stream.readall().decode("utf-8")
def test_simple_write_account_string_table_function(cluster):
node = cluster.instances["node_0"]
azure_query(
@ -85,7 +85,7 @@ def test_simple_write_account_string_table_function(cluster):
"'auto', 'key UInt64') VALUES (1), (2)",
)
print(get_azure_file_content("test_simple_write_tf.csv"))
#assert get_azure_file_content("test_simple_write_tf.csv") == '1,"a"\n'
# assert get_azure_file_content("test_simple_write_tf.csv") == '1,"a"\n'
pure_azure = node.query(
"""