tests: add coverage for statement-level rollback
Add a functional test for statement-level rollback. Check that rollback actually frees the rolled back data in wal_off/oom.test. Also check that slabs are reused and returned to the pool when they have no tuples.
Showing
- src/lua/log.lua 1 addition, 1 deletionsrc/lua/log.lua
- test/box/transaction.result 46 additions, 8 deletionstest/box/transaction.result
- test/box/transaction.test.lua 33 additions, 8 deletionstest/box/transaction.test.lua
- test/wal_off/oom.result 45 additions, 4 deletionstest/wal_off/oom.result
- test/wal_off/oom.test.lua 30 additions, 1 deletiontest/wal_off/oom.test.lua
Please register or sign in to comment