mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
add sleep
This commit is contained in:
parent
01c9b90144
commit
ac168fe4e3
@ -105,6 +105,8 @@ def test_kafka_json_as_string(kafka_cluster):
|
||||
kafka_flush_interval_ms=1000;
|
||||
''')
|
||||
|
||||
time.sleep(3)
|
||||
|
||||
result = instance.query('SELECT * FROM test.kafka;')
|
||||
expected = '''\
|
||||
{"t": 123, "e": {"x": "woof"} }
|
||||
|
Loading…
Reference in New Issue
Block a user