Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16335#discussion_r92967723
  
    --- Diff: 
core/src/test/scala/org/apache/spark/launcher/LauncherBackendSuite.scala ---
    @@ -34,6 +35,8 @@ class LauncherBackendSuite extends SparkFunSuite with 
Matchers {
         "standalone/client" -> "local-cluster[1,1,1024]")
     
       tests.foreach { case (name, master) =>
    +    // The tests here are failed due to the cmd length limitation up to 8K 
on Windows.
    +    assume(!Utils.isWindows)
    --- End diff --
    
    This test is being failed due to cmd length limitation on Windows up to 8K. 
The actual command is roughly 16K (see 
https://gist.github.com/HyukjinKwon/d3fdd2e694e5c022992838a618a516bd)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to