From 0b5fa1e1056b10244793871b866abd1c0a1af993 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 16 Jul 2019 14:05:12 +0200 Subject: [PATCH] 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pdns/test-mplexer.cc b/pdns/test-mplexer.cc index b35c54d189..5a3269f559 100644 --- a/pdns/test-mplexer.cc +++ b/pdns/test-mplexer.cc @@ -130,22 +130,22 @@ BOOST_AUTO_TEST_CASE(test_MPlexer) { cerr<<"Watching "<getWatchedFDCount(false)<<" FDs for read and "<getWatchedFDCount(true)<<" for write"<