yaooqinn commented on a change in pull request #28797:
URL: https://github.com/apache/spark/pull/28797#discussion_r438661091
##########
File path: project/SparkBuild.scala
##########
@@ -480,7 +480,6 @@ object SparkParallelTestGrouping {
"org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite",
"org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite",
"org.apache.spark.sql.hive.thriftserver.ui.HiveThriftServer2ListenerSuite",
- "org.apache.spark.sql.hive.thriftserver.ThriftServerWithSparkContextSuite",
Review comment:
I checked the log again and found that the 3 of
`SharedThriftServer`-like tests in
https://github.com/apache/spark/pull/28797#discussion_r438632059 were executed
sequentially in the single JVM.
https://www.scala-sbt.org/1.x/docs/Testing.html#Forking+tests
> By default, sbt runs all tasks in parallel and within the same JVM as sbt
itself.
> The tests in a single group are run sequentially.
Not quite sure which rule above worked
----------------------------------------------------------------
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]