duckdb/pg_duckdb

Fuzzing using SQLsmith

Open

#222 opened on Sep 30, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (183 forks)github user discovery
good first issuetesting

Repository metrics

Stars
 (3,125 stars)
PR merge metrics
 (PR metrics pending)

Description

Once we're unable to crash postgres easily ourselves we should use SQLsmith to run a bunch of randomly generated queries. If these cause errors or don't work, that's "fine" but they shouldn't be causing crashes.

Contributor guide