You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Felix Cheung (JIRA)" <ji...@apache.org> on 2017/06/18 18:29:00 UTC

[jira] [Resolved] (SPARK-20520) R streaming tests failed on Windows

     [ https://issues.apache.org/jira/browse/SPARK-20520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Cheung resolved SPARK-20520.
----------------------------------
       Resolution: Cannot Reproduce
    Fix Version/s: 2.2.0

tested no longer repo on windows with rc4

> R streaming tests failed on Windows
> -----------------------------------
>
>                 Key: SPARK-20520
>                 URL: https://issues.apache.org/jira/browse/SPARK-20520
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 2.1.1
>            Reporter: Felix Cheung
>            Assignee: Felix Cheung
>             Fix For: 2.2.0
>
>
> Running R CMD check on SparkR 2.2 RC1 packages 
> {code}
> Failed -------------------------------------------------------------------------
> 1. Failure: read.stream, write.stream, awaitTermination, stopQuery (@test_streaming.R#56) 
> head(sql("SELECT count(*) FROM people"))[[1]] not equal to 3.
> 1/1 mismatches
> [1] 0 - 3 == -3
> 2. Failure: read.stream, write.stream, awaitTermination, stopQuery (@test_streaming.R#60) 
> head(sql("SELECT count(*) FROM people"))[[1]] not equal to 6.
> 1/1 mismatches
> [1] 3 - 6 == -3
> 3. Failure: print from explain, lastProgress, status, isActive (@test_streaming.R#75) 
> any(grepl("\"description\" : \"MemorySink\"", capture.output(lastProgress(q)))) isn't true.
> 4. Failure: Stream other format (@test_streaming.R#95) -------------------------
> head(sql("SELECT count(*) FROM people3"))[[1]] not equal to 3.
> 1/1 mismatches
> [1] 0 - 3 == -3
> 5. Failure: Stream other format (@test_streaming.R#98) -------------------------
> any(...) isn't true.
> {code}
> Need to investigate



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org