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

    https://github.com/apache/spark/pull/16670#discussion_r97214373
  
    --- Diff: R/pkg/inst/tests/testthat/test_Windows.R ---
    @@ -20,7 +20,7 @@ test_that("sparkJars tag in SparkContext", {
       if (.Platform$OS.type != "windows") {
         skip("This test is only for Windows, skipped")
       }
    -  testOutput <- launchScript("ECHO", "a/b/c", capture = TRUE)
    +  testOutput <- launchScript("ECHO", "a/b/c", wait = TRUE)
    --- End diff --
    
    we could, but unfortunately, we don't actually call launchScript with 
wait/capture = TRUE
    we call wait/capture = FALSE and expect to let console/stdout to leak 
through, and return NULL.
    
    I'll try to add test for that.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to