mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
| .. | ||
| patches | ||
| README.md | ||
SQLancer Testing
Run SQLancer against Limbo to find bugs.
Usage
./scripts/run-sqlancer.sh # 60s default
./scripts/run-sqlancer.sh --timeout 300 # 5 minutes
./scripts/run-sqlancer.sh --clean # force rebuild
Requirements
- Java 11+
- Rust toolchain
Logs
/tmp/sqlancer-limbo/logs/limbo/ - one file per database with all executed SQL.
Updating
Edit patches/LimboProvider.java:
- Remove from
LIMBO_EXPECTED_ERRORSwhen features are implemented - Add to
DEFAULT_PRAGMASwhen new pragmas are supported