gaogaotiantian commented on code in PR #57291:
URL: https://github.com/apache/spark/pull/57291#discussion_r3618197324


##########
python/pyspark/sql/tests/connect/test_connect_session.py:
##########
@@ -115,6 +115,16 @@ def test_stop_session(self):
             self.spark.conf.get("some.conf")
         self._check_no_active_session_error(e.exception)
 
+    def test_with_block(self):

Review Comment:
   That PR was more like a debugging technique, rather than a protection. It 
was added on a few tests, not all of them. Hanging is neither expected, nor 
frequent, and we have much better tools (pystack) to investigate them when it 
actually happens. `@timeout` should not be needed here.



-- 
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]

Reply via email to