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

SET command family gives an error on empty body ('') in binary protocol #48

Open
bigbes opened this issue Oct 13, 2018 · 1 comment
Open
Labels
bug Something isn't working

Comments

@bigbes
Copy link
Contributor

bigbes commented Oct 13, 2018

No description provided.

@LeonidVas LeonidVas added the backlog Issues for upcoming releases (to be done soon) label Dec 15, 2020
@Totktonada Totktonada added prio5 teamE bug Something isn't working labels Dec 21, 2020
@ligurio
Copy link
Member

ligurio commented Jan 14, 2022

Reproduced on Tarantool 2.8.3-0-g01023dbc2 with patch:

--- a/test/binary/binary.test.py
+++ b/test/binary/binary.test.py
@@ -162,6 +162,11 @@ iequal(res[0]['val'], 9223372036854775809)
 res = mc.decr("bug21")
 iequal(res[0]['val'], 9223372036854775808)
 
+print("""#----------------------------------# bug 48 #---------------------------------#""")
+set("", 5, 19, "value")
+set("key", 5, 19, "")
+set("", 5, 19, "")
+
 print("""#-----------------------------------------------------------------------------#
 ################################ Diagnostics CAS ##############################
 #-----------------------------------------------------------------------------#""")

@Totktonada Totktonada removed prio5 backlog Issues for upcoming releases (to be done soon) labels Jan 17, 2022
@LeonidVas LeonidVas added the 2sp label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants