[ 
https://issues.apache.org/jira/browse/SPARK-23435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514111#comment-16514111
 ] 

Weiqiang Zhuang edited comment on SPARK-23435 at 6/15/18 5:14 PM:
------------------------------------------------------------------

yes, quite similar

 

```

sp <- getNamespace("SparkR")
 attach(sp)
 test_dir(file.path(sparkRDir, "pkg", "tests", "fulltests"))

)

```

 


was (Author: adrian555):
yes, quite similar

 

```

sp <- getNamespace("SparkR")
attach(sp)
test_dir(file.path(sparkRDir, "pkg", "tests", "fulltests")

)

```

 

> R tests should support latest testthat
> --------------------------------------
>
>                 Key: SPARK-23435
>                 URL: https://issues.apache.org/jira/browse/SPARK-23435
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 2.3.1, 2.4.0
>            Reporter: Felix Cheung
>            Assignee: Felix Cheung
>            Priority: Major
>
> To follow up on SPARK-22817, the latest version of testthat, 2.0.0 was 
> released in Dec 2017, and its method has been changed.
> In order for our tests to keep working, we need to detect that and call a 
> different method.
> Jenkins is running 1.0.1 though, we need to check if it is going to work.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to