mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix kafka test
This commit is contained in:
parent
93c0700c4c
commit
ace8169732
@ -1572,7 +1572,7 @@ def test_kafka_virtual_columns_with_materialized_view(kafka_cluster):
|
||||
messages.append(json.dumps({'key': i, 'value': i}))
|
||||
kafka_produce(kafka_cluster, 'virt2', messages, 0)
|
||||
|
||||
sql = 'SELECT kafka_key, key, topic, value, offset, partition, timestamp FROM test.view ORDER BY kafka_key'
|
||||
sql = 'SELECT kafka_key, key, topic, value, offset, partition, timestamp FROM test.view ORDER BY kafka_key, key'
|
||||
result = instance.query(sql)
|
||||
iterations = 0
|
||||
while not kafka_check_result(result, False, 'test_kafka_virtual2.reference') and iterations < 10:
|
||||
|
Loading…
Reference in New Issue
Block a user