cloud-fan commented on code in PR #37203:
URL: https://github.com/apache/spark/pull/37203#discussion_r928590099


##########
core/src/test/scala/org/apache/spark/storage/LocalDirsSuite.scala:
##########
@@ -79,10 +79,33 @@ class LocalDirsSuite extends SparkFunSuite with 
LocalRootDirsTest {
     }.getMessage
     // If any temporary directory could not be retrieved under the given paths 
above, it should
     // throw an exception with the message that includes the paths.
-    assert(message.contains(s"$path1,$path2"))
+    assert(message.contains(s"$path1,$path2") || 
message.contains(s"$path2,$path1"))
 
     // These directories should not be created.
     assert(!f1.exists())
     assert(!f2.exists())
   }
+
+  test("SPARK-39755 : Test randomness in SPARK_LOCAL_DIRS, 
SPARK_EXECUTOR_DIRS") {

Review Comment:
   ```suggestion
     test("SPARK-39755: Test randomness in SPARK_LOCAL_DIRS, 
SPARK_EXECUTOR_DIRS") {
   ```



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