]> arthur.barton.de Git - ngircd-alex.git/commit
Test suite: wait for ERROR message on QUIT
authorAlexander Barton <alex@barton.de>
Tue, 2 Apr 2024 20:01:00 +0000 (22:01 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 5 Apr 2024 21:16:07 +0000 (23:16 +0200)
commita8a37b681e54cb236f0547961d87bf271db8d536
tree26bcfcc15f61e873e56d11de3a4d0a722a9c79e4
parent22a8744476dff7763cd94954bd8f96fbdfc0d251
Test suite: wait for ERROR message on QUIT

Wait for the "ERROR :Closing connection" message sent by ngIRCd when
handling the QUIT command, do not wait for "Connection closed" which is
actually output by the telnet(1) command and is implementation
dependant! For example, on Haiku OS, this is not always(!) echoed (the
command seems to hang sometimes?) which results in unpredictable
failures in the test suite ...
16 files changed:
src/testsuite/channel-test.e
src/testsuite/check-idle.e
src/testsuite/connect-ssl-cert1-test.e
src/testsuite/connect-ssl-cert2-test.e
src/testsuite/connect-test.e
src/testsuite/invite-test.e
src/testsuite/join-test.e
src/testsuite/kick-test.e
src/testsuite/message-test.e
src/testsuite/misc-test.e
src/testsuite/mode-test.e
src/testsuite/opless-channel-test.e
src/testsuite/server-link-test.e
src/testsuite/stress-B.e
src/testsuite/who-test.e
src/testsuite/whois-test.e