Revert "avoid race in librdkafka"

This reverts commit bd8c3eb117.
This commit is contained in:
Mikhail Filimonov 2021-05-04 10:06:33 +02:00
parent ba7945367e
commit 80065b08f8
No known key found for this signature in database
GPG Key ID: 6E49C2E9AF1220BE

View File

@ -2467,8 +2467,6 @@ 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