mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
Before we were not updating the number of registers and cursors, which meant that on a schema change the Program could now open an additional cursor and we would not have space for it in the ProgramState, which lead to the panic. Closes #3002 Closes #3034
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture