brkyvz commented on code in PR #48414:
URL: https://github.com/apache/spark/pull/48414#discussion_r1797468706
##########
python/pyspark/sql/tests/streaming/test_streaming_listener.py:
##########
@@ -381,7 +381,8 @@ def verify(test_listener):
.start()
)
self.assertTrue(q.isActive)
- q.awaitTermination(10)
+ while progress_event is None or progress_event.batchId == 0:
Review Comment:
do we not want to add a timeout that could be longer? Maybe 60 seconds or
something?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]