We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8498108 commit 644b563Copy full SHA for 644b563
1 file changed
streamz/tests/test_kafka.py
@@ -182,14 +182,6 @@ def test_from_kafka_thread():
182
kafka.flush()
183
yield await_for(lambda: out[-1] == b'final message', 10, period=0.1)
184
185
- stream._close_consumer()
186
- kafka.produce(TOPIC, b'lost message')
187
- kafka.flush()
188
- # absolute sleep here, since we expect output list *not* to change
189
- yield gen.sleep(1)
190
- assert out[-1] == b'final message'
191
192
-
193
194
def test_kafka_batch():
195
j = random.randint(0, 10000)
0 commit comments