UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Full-stack integration tests #81

Open kpgaffney opened 5 years ago

kpgaffney commented 5 years ago

Hustle needs tests that cover its entire language surface ensure the correctness of query results. Results can be compared to those from other database engines like SQLite3. The tests should not rely on existing storage formats as these could change in the future. Instead, they should create the test data, run statements, and clean up when finished.