Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently Opserver UT is failing in R3.2 branch because of following issues. 1. In latest release of pip, url_to_path handling has changed via pypa/pip#5892. This is breaking Opserver UT in R3.2. But It works in latest master. Fix - Make R3.2 opserver/Sconsript same as master. 2. Cassandra 2.1.9 is not spawning by mockcassandra. Fix - This cassandra version is affected by https://issues.apache.org/jira/browse/CASSANDRA-11661. Upgrade cassandra version to 2.2.12. This is same as cassandra version running on 3.2.13 deployments. Mockcassandra is using pycassa to connect to cassandra on thrift port. So, set start_rpc TRUE in cassandra yaml. Change-Id: I0d62d6a6487f284cc56bb904da6d5ba5ba191833 closes-jira-bug: CEM-5615
- Loading branch information