Update test.py

This commit is contained in:
nvartolomei 2022-09-21 10:10:21 +01:00 committed by GitHub
parent 842b0bb44b
commit 8d55637af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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