You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SQLancer is disabled as issues were not being found/reported. We should re-add SQLancer to the fuzzing setup, or duplicate the functionality of query partitioning fuzzing within DuckFuzz (see the paper here). The advantage of implementing this in DuckFuzz is that we can generate all expressions that DuckDB supports, rather than only those implemented in SQLancer currently.
The text was updated successfully, but these errors were encountered:
Currently SQLancer is disabled as issues were not being found/reported. We should re-add SQLancer to the fuzzing setup, or duplicate the functionality of query partitioning fuzzing within
DuckFuzz
(see the paper here). The advantage of implementing this inDuckFuzz
is that we can generate all expressions that DuckDB supports, rather than only those implemented in SQLancer currently.The text was updated successfully, but these errors were encountered: