amplab / graphx

Former GraphX development repository. GraphX has been merged into Apache Spark; please submit pull requests there.
https://github.com/apache/spark
Apache License 2.0
360 stars 103 forks source link

Reorganize unit tests; improve GraphSuite test coverage #115

Closed ankurdave closed 10 years ago

ankurdave commented 10 years ago

This PR splits the tests for Graph and VertexRDD into one test per method, adds some tests for Graph and VertexRDD, and splits AnalyticsSuite into several files in algorithms/.

Fixes #114; makes progress towards #111.

AmplabJenkins commented 10 years ago

One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5992/

ankurdave commented 10 years ago

Jenkins, retest this please.

AmplabJenkins commented 10 years ago

All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/GraphXPullRequestBuilder/5999/

rxin commented 10 years ago

Thanks. Merged. Let's work on the TODOs next.