mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
842b0bb44b
commit
8d55637af8
@ -30,7 +30,7 @@ def test_mutation_fetch_fallback(start_cluster):
|
||||
node1.query("INSERT INTO fetch_fallback(k, v) VALUES (1, 3), (2, 7), (3, 4)")
|
||||
|
||||
node2.stop_clickhouse()
|
||||
|
||||
|
||||
# Run a mutation using non-deterministic `hostName` function to produce
|
||||
# different results on replicas and exercise the code responsible for
|
||||
# discarding local mutation results and fetching "byte-identical" parts
|
||||
|
Loading…
Reference in New Issue
Block a user