[
https://issues.apache.org/jira/browse/PHOENIX-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032396#comment-15032396
]
ASF GitHub Bot commented on PHOENIX-2464:
-----------------------------------------
GitHub user gliptak opened a pull request:
https://github.com/apache/phoenix/pull/137
PHOENIX-2464 Convert phoenix-spark module to 'JUnitSuite' instead of …
…'FunSuite'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gliptak/phoenix PHOENIX-2464
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/137.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 #137
----
commit 4878ea14c9c7a8056b36a489b8f0330e0ae9acd2
Author: Gábor Lipták <[email protected]>
Date: 2015-11-30T20:23:02Z
PHOENIX-2464 Convert phoenix-spark module to 'JUnitSuite' instead of
'FunSuite'
----
> phoenix-spark module should use 'JUnitSuite' instead of 'FunSuite'
> ------------------------------------------------------------------
>
> Key: PHOENIX-2464
> URL: https://issues.apache.org/jira/browse/PHOENIX-2464
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 4.6.0
> Reporter: Josh Mahonin
>
> The existing phoenix-spark tests use the 'FunSuite' from ScalaTest, but in
> order to properly inherit other JUnit annotations like '@ClassRules' from the
> base tests [1], it should be using 'JUnitSuite' instead.
> Issue exposed in PHOENX-2462
> [1] https://groups.google.com/forum/#!topic/scalatest-users/ayjVDbNiOas
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)