HeartSaVioR commented on pull request #29036: URL: https://github.com/apache/spark/pull/29036#issuecomment-655381588
Rationalization: I've been looking into the recent failures of CliSuite, and realized it took around 40 seconds for bootup message (`master: ... Application Id: ...`) to be printed in stderr, while the overall timeout is 1 minute in many tests. This PR is a POC to validate whether it helps if we can differentiate cli driver bootup timeout (with enough time to avoid failing on slow env) and query execution timeout. If this PR succeeds to pass the build (at least for CliSuite) 5 times sequentially, it becomes pretty much better than current. https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/125152/testReport/junit/org.apache.spark.sql.hive.thriftserver/CliSuite/history You'll be surprised if you go backward to see the occurrence of failures, and agree that 5 sequential builds passing can be the end condition. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
