]> git.eshelyaron.com Git - emacs.git/commit
; Increase ERC test server queue size
authorF. Jason Park <jp@neverwas.me>
Tue, 19 Sep 2023 05:50:28 +0000 (22:50 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 3 Oct 2023 00:26:27 +0000 (17:26 -0700)
commit6135fec6926af4c4fb29d4440b03df7cf3b26bd4
treea64df04254c6d1762a67f1da20457b0ad6b55b6e
parentffd5d2f38d3bf521aa97e22cb134bc687429f01b
; Increase ERC test server queue size

* test/lisp/erc/erc-scenarios-scrolltobottom.el
(erc-scenarios-scrolltobottom--normal,
erc-scenarios-scrolltobottom--all): Use updated name for test fixture.
* test/lisp/erc/resources/erc-d/erc-d.el
(erc-d--initialize-client): For lengthy batches, `erc-d--filter' may
run multiple times before `erc-d--on-request' can pull from the queue,
which results in discarded incoming messages and match failures.
(erc-d--m, erc-d--log): Convert to ordinary functions.
* test/lisp/erc/resources/erc-scenarios-common.el
(erc-scenarios-scrolltobottom--normal,
erc-scenarios-common-scrolltobottom--normal): Rename test fixture from
former to latter and attempt to fix intermittent failure re
`count-screen-lines'.
test/lisp/erc/erc-scenarios-scrolltobottom.el
test/lisp/erc/resources/erc-d/erc-d.el
test/lisp/erc/resources/erc-scenarios-common.el