[ https://issues.apache.org/jira/browse/S2GRAPH-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231959#comment-15231959 ]
ASF GitHub Bot commented on S2GRAPH-62: --------------------------------------- GitHub user HyunsungJo opened a pull request: https://github.com/apache/incubator-s2graph/pull/45 [S2GRAPH-62] Test all versions - This resolves S2GRAPH-62. - Add tags to mark supported versions of each TC. - RestHandler.getVertices is now public for testing. - VertexTestHelper is now VertexTest. - StrongLabelDelete is not supported by v1 schema. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HyunsungJo/incubator-s2graph feature/test_all_versions Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-s2graph/pull/45.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 #45 ---- commit 31b89f4bf9c9b27ffc1c631b8928d9493b442eb4 Author: jojo <jojo.m...@daumkakao.com> Date: 2016-04-04T06:04:25Z Test all versions - Add tags to mark supported versions of each TC. - RestHandler.getVertices is now public for testing. - VertexTestHelper is now VertexTest. StrongLabelDelete is not supported by v1 schema ---- > Reinforce tests to cover multiple schema versions. > -------------------------------------------------- > > Key: S2GRAPH-62 > URL: https://issues.apache.org/jira/browse/S2GRAPH-62 > Project: S2Graph > Issue Type: Test > Reporter: Hyunsung Jo > Priority: Minor > > The latest version of S2Graph has four schema versions (v1 through v4). Yet, > most of the current test cases only cover one or two versions (usually v2 or > v3). Each test case should run against all versions that support the feature > being tested. -- This message was sent by Atlassian JIRA (v6.3.4#6332)