viirya commented on a change in pull request #33447:
URL: https://github.com/apache/spark/pull/33447#discussion_r674522297



##########
File path: project/SparkBuild.scala
##########
@@ -1197,7 +1197,7 @@ object TestSettings {
     (Global / concurrentRestrictions) := {
       // The number of concurrent test groups is empirically chosen based on 
experience
       // with Jenkins flakiness.
-      if (sys.env.contains("SERIAL_SBT_TESTS")) (Global / 
concurrentRestrictions).value
+      if (sys.env.contains("SERIAL_SBT_TESTS")) Seq(Tags.limit(Tags.Test, 1))

Review comment:
       I'm not sure if `concurrentRestrictions` limits concurrent test to be 1. 
We can revert this if this is not related.




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