Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix decode arrow check after update #416

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

oleg-jukovec
Copy link
Collaborator

The pull request changes [1] changes an error message on arrow decoding. The patch replaces a check of error message to a check of error code as it is a more stable check. However, the code is changed too. So as a temporary solution we need to work with both codes at the same time.

  1. box/lua: introduce space:insert_arrow(arrow) tarantool#10665

Part of #415

The pull request changes [1] changes an error message on arrow
decoding. The patch replaces a check of error message to a check
of error code as it is a more stable check. However, the code is
changed too. So as a temporary solution we need to work with both
codes at the same time.

1. tarantool/tarantool#10665

Part of #415
@oleg-jukovec oleg-jukovec merged commit f9eb951 into master Oct 24, 2024
26 checks passed
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/gh-415-fix-arrow-error branch October 24, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants