Skip to content

Commit 8d4dc66

Browse files
committed
tests: fix arrow.TestInsert_invalid
The handling of incorrect Arrow data changed in Tarantool [1], need to update the test. [1]: tarantool/tarantool#12482
1 parent a698ef8 commit 8d4dc66

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arrow/tarantool_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ func TestInsert_invalid(t *testing.T) {
3737
arrow string
3838
expected []iproto.Error
3939
}{
40-
{
41-
"",
42-
[]iproto.Error{iproto.ER_INVALID_MSGPACK},
43-
},
44-
{
45-
"00",
46-
[]iproto.Error{iproto.ER_INVALID_MSGPACK},
47-
},
4840
{
4941
"ffffffff70000000040000009effffff0400010004000000" +
5042
"b6ffffff0c00000004000000000000000100000004000000daffffff140000000202" +

0 commit comments

Comments
 (0)