ifesdjeen commented on code in PR #3005: URL: https://github.com/apache/cassandra/pull/3005#discussion_r1434526306
########## test/fuzz/main/README.md: ########## @@ -0,0 +1,658 @@ +# Harry, a fuzz testing tool for Apache Cassandra + +The project aims to generate _reproducible_ workloads that are as close to real-life as possible, while being able to +_efficiently_ verify the cluster state against the model without pausing the workload itself. + +## Getting Started in under 5 minutes + +Harry can operate as a straightforward read/write "correctness stress tool" that will check to ensure reads on a cluster +are consistent with what it knows it wrote to the cluster. You have a couple options for this. + +### Option 2: Running things manually lower in the stack: + +The make file has a stress target where you can more directly access all available ARGS rather than restricting yourself Review Comment: Well spotted; there's no makefile _for now_. I will bring it in eventually. Maybe in a different form. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

