Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 621 Bytes

RedisGraph ANTLR fuzz tester

A fuzz tester for generating randomized openCypher queries and running them against RedisGraph.

Installation

pip3 install --user grammarinator@https://github.com/jeffreylovitz/grammarinator  

Usage

Emit query to stdout:

grammarinator-generate CustomCypherGenerator.CustomCypherGenerator --sys-path generator/ --jobs 1 -r oC_Query -o stdout -d 30

Run queries in infinite loop against local server:

grammarinator-generate CustomCypherGenerator.CustomCypherGenerator --sys-path generator/ --jobs 1 -r oC_Query -o stdout -d 30 --infinite | ./process_queries.sh