This document discusses testing Cassandra applications by making Cassandra fail deterministically. It introduces Stubbed Cassandra, a tool that allows priming Cassandra to respond to queries and prepared statements with different failures like timeouts, unavailability, and coordinator issues. Tests can verify application behavior and retries under failures. Stubbed Cassandra runs as a separate process and exposes REST APIs to prime failures and verify query activity, allowing integration into testing frameworks. It aims to help test edge cases and fault tolerance more effectively than existing Cassandra testing tools.