]> git.ipfire.org Git - thirdparty/pdns.git/commit
Don't fail the test right away if we don't have the right number of FDs ready 8087/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Jul 2019 12:05:12 +0000 (14:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Jul 2019 12:05:12 +0000 (14:05 +0200)
commit0b5fa1e1056b10244793871b866abd1c0a1af993
treed911138e8a3eb1c5a299c4a86b6700887e5c4d95
parentcd59f26e054b53ff5708bb5dc9dea2ede28437ea
Don't fail the test right away if we don't have the right number of FDs ready

This way we can at least check that the callbacks are called later.
Also, since it looks like the read pipe is always reported as ready,
let's try to write first to see if it blocks.
pdns/test-mplexer.cc