Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
Post CASSANDRA-6968 unit tests are required to define their own schemas. In trunk sever unit tests are failing due to a hardcoded Keyspace1. The patch uses the variable representing the ks name rather than the hardcoded "Keyspace1".
The list of failing tests:
- SSTableImportTest (hardcoded "Keyspace1"
- SSTableExportTest (hardcoded "Keyspace1"
- PerRowSecondaryIndexTest (Hardcoded "PerRowSecondaryIndex")