Instructions
- Build if needed:
GEN=ninja make 2>&1 | tail -5 - Run all tests:
make test 2>&1- Or a specific test:
build/release/test/unittest "test/sql/<test_name>.test" 2>&1
- Or a specific test:
- Report: number of assertions passed/failed
- If any fail, show the failing test name and expected vs actual values
- If a test crashes (segfault, abort), investigate the crash — never skip or remove the test