Merge pull request #21452 from ClickHouse/filimonov-patch-1

avoid race in librdkafka
This commit is contained in:
alexey-milovidov 2021-03-06 00:57:30 +03:00 committed by GitHub
commit 39bfcf220d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2454,6 +2454,8 @@ def test_kafka_issue14202(kafka_cluster):
kafka_format = 'JSONEachRow';
''')
time.sleep(3)
instance.query(
'INSERT INTO test.kafka_q SELECT t, some_string FROM ( SELECT dt AS t, some_string FROM test.empty_table )')
# check instance is alive