[
https://issues.apache.org/jira/browse/CASSANDRA-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877658#action_12877658
]
Jonathan Ellis commented on CASSANDRA-1140:
-------------------------------------------
python's dynamic enough that you should be able to just say "from tests import
class1, class2, class3, ..." in both test_thrift_server and
test_thrift_random_server. then only the tests that give different results on
different partitioners, would be in the partitioner-specific test file.
> Add RandomPartitioner based system tests
> ----------------------------------------
>
> Key: CASSANDRA-1140
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1140
> Project: Cassandra
> Issue Type: Test
> Components: Core
> Reporter: Jeremy Hanna
> Assignee: Jeremy Hanna
> Priority: Minor
> Attachments: cassandra-1040-patch.txt
>
>
> Currently all of the system tests use the
> CollatingOrderPreservingPartitioner, likely because it has capabilities that
> the RandomPartitioner does not.
> It would be nice if there were a separate set of tests for things specific to
> the RandomPartitioner.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.