Skip to content
Snippets Groups Projects
Commit 45c7fb1d authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

box: do not check state in case of reconnect

Test box/net.box.test.lua checks state of the connection in case
of an error. It should be 'error_reconnect'. But, in cases where
testing was performed on a slow computer or in the case of a very
large load, it is possible that the connection status may change
from the 'error_reconnect' state to another state. This led to the
failure of the test. Since this check is not the main purpose of
the test, it is better to simply delete the check.

Closes #4335

(cherry picked from commit 77051a11)
parent bbb5ea48
Loading
Loading
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