mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
avoid race in librdkafka
see https://github.com/edenhill/librdkafka/issues/3279
This commit is contained in:
parent
218542589a
commit
bd8c3eb117
@ -2454,6 +2454,8 @@ def test_kafka_issue14202(kafka_cluster):
|
|||||||
kafka_format = 'JSONEachRow';
|
kafka_format = 'JSONEachRow';
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
time.sleep(3)
|
||||||
|
|
||||||
instance.query(
|
instance.query(
|
||||||
'INSERT INTO test.kafka_q SELECT t, some_string FROM ( SELECT dt AS t, some_string FROM test.empty_table )')
|
'INSERT INTO test.kafka_q SELECT t, some_string FROM ( SELECT dt AS t, some_string FROM test.empty_table )')
|
||||||
# check instance is alive
|
# check instance is alive
|
||||||
|
Loading…
Reference in New Issue
Block a user