Fix errors in point_iterator and enable it back
Fix a couple of mistakes in point_iterator and enable it back. Disable 'could be serializable' suggestion in tx_conflic test since new point iterator adds its key to read set before reading from disk and that leads to unnecessary conflicts sometimes. Fix #2662
Showing
- src/box/vy_point_iterator.c 18 additions, 6 deletionssrc/box/vy_point_iterator.c
- src/box/vy_read_iterator.c 3 additions, 12 deletionssrc/box/vy_read_iterator.c
- test/vinyl/errinj.result 46 additions, 0 deletionstest/vinyl/errinj.result
- test/vinyl/errinj.test.lua 28 additions, 0 deletionstest/vinyl/errinj.test.lua
- test/vinyl/tx_conflict.result 7 additions, 1 deletiontest/vinyl/tx_conflict.result
- test/vinyl/tx_conflict.test.lua 6 additions, 1 deletiontest/vinyl/tx_conflict.test.lua
Loading
Please register or sign in to comment