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

test: fix compare_box_errors invocation #393

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

nshy
Copy link

@nshy nshy commented Apr 3, 2024

The function signature is (expected, actual) so expected should be called first. It is significant as the function checks that all payload fields of expected are present in actual. The reverse inclusion is not true generally speaking.

Need for tarantool/tarantool#9108

The function signature is (expected, actual) so expected should be
called first. It is significant as the function checks that all payload
fields of expected are present in actual. The reverse inclusion is not
true generally speaking.

Need for tarantool/tarantool#9108
@oleg-jukovec oleg-jukovec merged commit a7d9162 into master Apr 4, 2024
26 checks passed
@oleg-jukovec oleg-jukovec deleted the nshi/fix-compare-box-errors-invocation branch April 4, 2024 09:54
@nshy
Copy link
Author

nshy commented Apr 4, 2024

Thanx!

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