alamb commented on PR #2527:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2527#issuecomment-5765307589

   > The scenario you describe where f(x) crashes and g(x) does not but it 
should can only happen if I configured ClusterFuzzLite poorly, if I understood 
it correctly.
   
   Maybe it is different in ClusterFuzz but with most fuzzers, if you run them 
twice they test two different sets of queries. 
   
   So in that case you don't actually compare `f(x)` and `g(x)` -- instead you 
are basically testing `f(x)` and `g(x')` where the queries tested in `x'` are 
different than `x` because they are randomly generated 
   
   Perhaps I am misunderstanding 🤔 


-- 
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]

Reply via email to