Closed
Description
This commit has changes duplicate key message in Tarantool 2.8.1. Thus test run fails in Example()
test of example_test.go file since Tarantool returns
Insert Error Duplicate key exists in unique index "primary" in space "test" with old tuple - [10, "test", "one"] and new tuple - [10, "test", "one"] (0x3)
while
Line 197 in 56fe55c
is expected.
To fix tests for Tarantool 2.x (since versions prior to 2.8.2 is EOL or will be there soon), example_test.go should be rewritten with some kind of fork based on Tarantool version or test case comparison should be replaced with regex.