FW: Cassandra unit tests broke after upgrading from Cassandra 2.0.9 to Cassandra 2.2.4

2016-05-16 Thread Agrawal, Pratik
Hello all, In Cassandra 2.0.9 we used to unit test Cassandra Client side code by starting a local Cassandra server through code. We used to do the following: 1.) Initialize Yaml file by providing YAML file path: System.setProperty("cassandra.config", "file://" + TEMP_YAML_LOCATION); 2.)

Cassandra unit tests broke after upgrading from Cassandra 2.0.9 to Cassandra 2.2.4

2016-05-16 Thread Agrawal, Pratik
Hello all, In Cassandra 2.0.9 we used to unit test Cassandra Client side code by starting a local Cassandra server through code. We used to do the following: 1.) Initialize Yaml file by providing YAML file path: System.setProperty("cassandra.config", "file://" + TEMP_YAML_LOCATION); 2.)