GitHub user sun-rui opened a pull request:
https://github.com/apache/spark/pull/7152
[SPARK-7714][SPARKR] SparkR tests should use more specific expectations
than expect_true
1. Update the pattern 'expect_true(a == b)' to 'expect_equal(a, b)'.
2. Update the pattern 'expect_true(inherits(a, b))' to 'expect_is(a, b)'.
3. Update the pattern 'expect_true(identical(a, b))' to
'expect_identical(a, b)'.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sun-rui/spark SPARK-7714
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7152.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7152
----
commit f631e9445cfaef0d74f5fb00784b1510ac598c5d
Author: Sun Rui <[email protected]>
Date: 2015-07-01T06:28:23Z
Update the pattern 'expect_true(a == b)' to 'expect_equal(a, b)'.
commit f1b8005125e5f088c8747c316a840a01a32e86b7
Author: Sun Rui <[email protected]>
Date: 2015-07-01T06:42:52Z
Update the pattern 'expect_true(inherits(a, b))' to 'expect_is(a, b)'.
commit 8fe9f0cb90f9f30473be083d3e9da6575dd1f1f8
Author: Sun Rui <[email protected]>
Date: 2015-07-01T07:12:26Z
Update the pattern 'expect_true(identical(a, b))' to 'expect_identical(a,
b)'.
----
---
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]