mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Little fix
This commit is contained in:
parent
08cb7ff8d8
commit
0563e19cf3
@ -3,8 +3,7 @@
|
||||
<test_cluster>
|
||||
<shard>
|
||||
<replica>
|
||||
<host>node1</host>
|
||||
<port>9000</port>
|
||||
<host>node</host>
|
||||
</replica>
|
||||
</shard>
|
||||
</test_cluster>
|
||||
|
@ -28,14 +28,6 @@ def test_incorrect_datetime_format(cluster):
|
||||
|
||||
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("""
|
||||
CREATE TABLE tab
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user