]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
t/ipc: improve test reliability
authorEric Wong <e@80x24.org>
Tue, 26 Aug 2025 19:50:44 +0000 (19:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2025 18:48:16 +0000 (18:48 +0000)
commita9d1e6d52f9c31c8a4182b963770c89b373d77b3
tree71503978f921ed6a2f5875eb81d09b604012878f
parent888a7e7d04065302336de7acbc6fedfff6efa378
t/ipc: improve test reliability

->wq_close works asynchronously, nowadays, so processes may
not be completely done writing warnings when the parent process
reads the file.  We'll test some untested methods after test_die
to ensure the worker has had time to write the exception to the
warning log.  Finally, we'll explain warning contents on failure
in case it happens again.
t/ipc.t