mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Little fix
This commit is contained in:
parent
08cb7ff8d8
commit
0563e19cf3
@ -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>
|
||||||
|
@ -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
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user