core: fix testing tuple field count overflow
Testing tuple field count overflow handling requires creating a severely large tuple with box.schema.FIELD_MAX (INT32_MAX) fields: introduce an error injection for testing this corner case. Fixes #6684
Showing
- src/box/xrow_update_array.c 8 additions, 2 deletionssrc/box/xrow_update_array.c
- src/lib/core/errinj.h 1 addition, 0 deletionssrc/lib/core/errinj.h
- test/box-tap/gh-6198-max-cnt-of-tuple-fields-insert-overflow-err-msg.test.lua 3 additions, 1 deletion...-max-cnt-of-tuple-fields-insert-overflow-err-msg.test.lua
- test/box-tap/suite.ini 1 addition, 2 deletionstest/box-tap/suite.ini
- test/box/errinj.result 1 addition, 0 deletionstest/box/errinj.result
Loading
Please register or sign in to comment