mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
Try to make bahamut tests less flaky
This commit is contained in:
@ -227,7 +227,7 @@ class BaseServerController(_BaseController):
|
|||||||
# Make sure the server properly processes the disconnect.
|
# Make sure the server properly processes the disconnect.
|
||||||
# Otherwise, it may still count it in LUSER and fail tests in
|
# Otherwise, it may still count it in LUSER and fail tests in
|
||||||
# test_lusers.py (eg. this happens with Charybdis 3.5.0)
|
# test_lusers.py (eg. this happens with Charybdis 3.5.0)
|
||||||
c.send(b"QUIT :chkport\r\n")
|
c.sendall(b"QUIT :chkport\r\n")
|
||||||
data = b""
|
data = b""
|
||||||
try:
|
try:
|
||||||
while b"chkport" not in data and b"ERROR" not in data:
|
while b"chkport" not in data and b"ERROR" not in data:
|
||||||
|
Reference in New Issue
Block a user