Little fix

This commit is contained in:
JackyWoo 2024-08-20 19:09:27 +08:00
parent 08cb7ff8d8
commit 0563e19cf3
2 changed files with 1 additions and 10 deletions

View File

@ -3,8 +3,7 @@
<test_cluster> <test_cluster>
<shard> <shard>
<replica> <replica>
<host>node1</host> <host>node</host>
<port>9000</port>
</replica> </replica>
</shard> </shard>
</test_cluster> </test_cluster>

View File

@ -28,14 +28,6 @@ def test_incorrect_datetime_format(cluster):
node = cluster.instances["node"] node = cluster.instances["node"]
table_name = "test_delete_race_leftovers"
additional_settings = {
# use another disk not to interfere with other tests
"storage_policy": "one_disk",
# always remove parts in parallel
"concurrent_part_removal_threshold": 1,
}
node.query(""" node.query("""
CREATE TABLE tab CREATE TABLE tab
( (