DBSEMar 23

DIRT: Database-Integrated Random Testing

arXiv:2604.1637320.7h-index: 12
AI Analysis

For DBMS developers, DIRT provides a testing paradigm that adapts to evolving systems, reducing false positives and improving bug report actionability.

DIRT integrates random testing directly into a DBMS to reduce false positives and improve actionability during early development, finding 23 confirmed bugs in Turso and outperforming SQLancer variants in true positive rate and report usefulness.

Database management systems (DBMSs) are notoriously complex, making them difficult to test effectively, especially during early development when many features are incomplete. Traditional testing tools like SQLancer and SQLSmith are highly effective for mature databases, but they struggle with high false positive rates and low actionability when applied to evolving systems. We present DIRT, a paradigm designed specifically for testing databases during development, which integrates a testing framework directly into the DBMS, enabling the random testing process to evolve in tandem with the system and reducing false positives by construction. We introduce generation actions, an abstraction for allowing database developers rather than testing experts to specify correctness properties. We evaluate DIRT on Turso, an actively developed SQLite-compatible OLTP engine, and show that it finds 23 unique, confirmed bugs--significantly outperforming off-the-shelf SQLancer variants in terms of true positive rate and usefulness of bug reports. Our results demonstrate that embedding testing infrastructure within the DBMS can dramatically improve its effectiveness and usability during development.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes