Skip to content
Snippets Groups Projects
Commit 96a07353 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Use a constant.

parent f19c7afc
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ print """
# Test bug #899343 (server assertion failure on incorrect packet)
"""
print "# send the package with invalid length"
inval_request = struct.pack('<LLL', 1, 4294967290, 1)
inval_request = struct.pack('<LLL', box.net.SELECT, 4294967290, 1)
print s.send(inval_request)
print "# check that is server alive"
sql("ping")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment