Re: bug#48598: 28.0.50; buffer-naming collisions involving bouncers in ERC
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
Lars Ingebrigtsen <[email protected]> writes: Hi, >> The files above introduce around a hundred nontrivial tests that >> lengthen the overall running time for the entire Emacs suite by roughly >> five minutes on EMBA [1]. Bug#49860 will likely stretch this by another >> two. In spite of the cost, their utility extends to indirectly testing >> the basic behavioral contracts of other libraries as well. > > It's a rather significant increase... Perhaps Michael has an opinion > here; added to the CCs. On EMBA, tests will run only per subdirectories like test/lisp/erc. As long as all ERC related tests are located there, these tests are triggered only when there is a change in lisp/erc/* or test/lisp/erc/*. No problem. Furthermore, whole tests are run on EMBA every 8 hours. They last several hours, an increase by 5-7 minutes doesn't count. Best regards, Michael.