Re: svn commit: r1897458 - in /httpd/httpd/trunk: changes-entries/ab-ssl-sense-fix.txt support/ab.c

2022-01-26 Thread Ruediger Pluem
On 1/25/22 4:54 PM, minf...@apache.org wrote: > Author: minfrin > Date: Tue Jan 25 15:54:22 2022 > New Revision: 1897458 > > URL: http://svn.apache.org/viewvc?rev=1897458=rev > Log: > ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE. > Previously the correct event was

Re: mpm event assertion failures

2022-01-26 Thread Yann Ylavic
On Wed, Jan 26, 2022 at 5:07 PM Graham Leggett wrote: > > We need to clarify expectations at this point. > > The trunk of httpd has a policy called “commit then review” (CTR), meaning > that changes are applied first, and then review is done to see what the > ramifications of those changes are.

Re: mpm event assertion failures

2022-01-26 Thread Graham Leggett
On 26 Jan 2022, at 13:49, Stefan Eissing wrote: > Guys, we have changes in a central part of the server and our CI fails.=20= > > It is not good enough to give other people unspecific homework to fix = > it.=20 > > Analyze what you broke and if we can help, we'll happily do that. But > you

Re: mpm event assertion failures

2022-01-26 Thread Yann Ylavic
Stefan, On Tue, Jan 25, 2022 at 1:12 PM Stefan Eissing wrote: > > Also, while running the http2 test suite, I get repeated assert failures in > event.c:1230 > > if (rv != APR_SUCCESS && !APR_STATUS_IS_EEXIST(rv)) { > -> AP_DEBUG_ASSERT(0); > TO_QUEUE_REMOVE(cs->sc->wc_q, cs); >

Re: Fwd: FYI: change to travis-ci emailer could cause moderation headaches

2022-01-26 Thread Joe Orton
On Wed, Jan 26, 2022 at 08:58:14AM -0500, Eric Covener wrote: > I noticed I stopped getting "Travis CI" emails for httpd around 10/21. > But I see people still discussing CI failures, so I am a little > confused. Maybe they are only seeing it in the context of PRs. > > Did we lose notifications

Re: FYI: change to travis-ci emailer could cause moderation headaches

2022-01-26 Thread Yann Ylavic
On Wed, Jan 26, 2022 at 2:58 PM Eric Covener wrote: > > I noticed I stopped getting "Travis CI" emails for httpd around 10/21. > But I see people still discussing CI failures, so I am a little > confused. Maybe they are only seeing it in the context of PRs. I'm not receiving them anymore either

Fwd: FYI: change to travis-ci emailer could cause moderation headaches

2022-01-26 Thread Eric Covener
I noticed I stopped getting "Travis CI" emails for httpd around 10/21. But I see people still discussing CI failures, so I am a little confused. Maybe they are only seeing it in the context of PRs. Did we lose notifications to dev@ as a result of the below? Or something else? --

Re: mpm event assertion failures

2022-01-26 Thread Yann Ylavic
On Tue, Jan 25, 2022 at 10:26 PM Graham Leggett wrote: > > On 25 Jan 2022, at 14:11, Stefan Eissing wrote: > > > Also, while running the http2 test suite, I get repeated assert failures in > > event.c:1230 > > > > if (rv != APR_SUCCESS && !APR_STATUS_IS_EEXIST(rv)) { > > -> AP_DEBUG_ASSERT(0);

Re: mpm event assertion failures

2022-01-26 Thread Stefan Eissing
> Am 25.01.2022 um 22:25 schrieb Graham Leggett : > > On 25 Jan 2022, at 14:11, Stefan Eissing wrote: > >> Also, while running the http2 test suite, I get repeated assert failures in >> event.c:1230 >> >> if (rv != APR_SUCCESS && !APR_STATUS_IS_EEXIST(rv)) { >> -> AP_DEBUG_ASSERT(0); >>

Re: trunk test failure, SSL handshake

2022-01-26 Thread Stefan Eissing
> Am 25.01.2022 um 21:59 schrieb Yann Ylavic : > > Stefan, > > On Tue, Jan 25, 2022 at 12:58 PM Stefan Eissing wrote: >> >> Failure in https://app.travis-ci.com/github/apache/httpd/jobs/556778281 >> indicates that the SSL handshake timeout no longer is working. >> Also logs mpm:error