yadavay-amzn commented on PR #55720: URL: https://github.com/apache/spark/pull/55720#issuecomment-4425665749
@attilapiros Good suggestion — added `ConnectReplE2ESuite` that follows the `SparkShellSuite` pattern: starts a Connect server via `RemoteSparkSession`, then runs `bin/spark-shell --remote sc://localhost:$port` twice as a subprocess (closing stdin immediately so it exits on EOF). Asserts both invocations exit cleanly and the second one does not contain `NullPointerException` in stderr. Kept the existing `ConnectReplSuite` unit test as well (fast, no server needed). -- 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]
