Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread ste...@eissing.org
> Am 26.08.2021 um 16:44 schrieb Joe Orton : > > On Thu, Aug 26, 2021 at 01:11:16PM +0200, ste...@eissing.org wrote: >> Joe: with r1892615 I fixed a bug in waiting for the server to become >> unresponsive after a stop. This *should* make timed waits unnecessary >> in the http2 test suite. > >

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread Joe Orton
On Thu, Aug 26, 2021 at 01:11:16PM +0200, ste...@eissing.org wrote: > Joe: with r1892615 I fixed a bug in waiting for the server to become > unresponsive after a stop. This *should* make timed waits unnecessary > in the http2 test suite. Great stuff, thanks for all your work Stefan. It worked

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread ste...@eissing.org
Joe: with r1892615 I fixed a bug in waiting for the server to become unresponsive after a stop. This *should* make timed waits unnecessary in the http2 test suite. - Stefan > Am 26.08.2021 um 10:43 schrieb ste...@eissing.org: > > > >> Am 26.08.2021 um 10:27 schrieb Ruediger Pluem : >> >> >>

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread ste...@eissing.org
> Am 26.08.2021 um 10:27 schrieb Ruediger Pluem : > > > > On 8/26/21 10:21 AM, ste...@eissing.org wrote: >> >> >>> Am 26.08.2021 um 10:16 schrieb Joe Orton : >>> >>> On Thu, Aug 26, 2021 at 09:51:07AM +0200, ste...@eissing.org wrote: https://app.travis-ci.com/github/apache/httpd

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread Ruediger Pluem
On 8/26/21 10:21 AM, ste...@eissing.org wrote: > > >> Am 26.08.2021 um 10:16 schrieb Joe Orton : >> >> On Thu, Aug 26, 2021 at 09:51:07AM +0200, ste...@eissing.org wrote: >>> https://app.travis-ci.com/github/apache/httpd >>> assert env.apache_restart() == 0 >>> 3026E assert 1

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread ste...@eissing.org
> Am 26.08.2021 um 10:16 schrieb Joe Orton : > > On Thu, Aug 26, 2021 at 09:51:07AM +0200, ste...@eissing.org wrote: >> https://app.travis-ci.com/github/apache/httpd >> >>> assert env.apache_restart() == 0 >> 3026E assert 1 == 0 >> 3027E+ where 1 = > >() >> 3028E+

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread Joe Orton
On Thu, Aug 26, 2021 at 09:51:07AM +0200, ste...@eissing.org wrote: > https://app.travis-ci.com/github/apache/httpd > > > assert env.apache_restart() == 0 > 3026E assert 1 == 0 > 3027E+ where 1 = >() > 3028E+where > = 0x7ffb03366a60>.apache_restart > 3029 >

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-26 Thread ste...@eissing.org
> Am 25.08.2021 um 17:34 schrieb Joe Orton : > > On Wed, Aug 25, 2021 at 05:08:06PM +0200, ste...@eissing.org wrote: >> >> >>> Am 25.08.2021 um 17:06 schrieb Yann Ylavic : >>> >>> Thanks, looks good, it probably needs a backport to 2.4.x since the >>> first travis failure was there (Build

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 17:34 schrieb Joe Orton : > > On Wed, Aug 25, 2021 at 05:08:06PM +0200, ste...@eissing.org wrote: >> >> >>> Am 25.08.2021 um 17:06 schrieb Yann Ylavic : >>> >>> Thanks, looks good, it probably needs a backport to 2.4.x since the >>> first travis failure was there (Build

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Joe Orton
On Wed, Aug 25, 2021 at 05:08:06PM +0200, ste...@eissing.org wrote: > > > > Am 25.08.2021 um 17:06 schrieb Yann Ylavic : > > > > Thanks, looks good, it probably needs a backport to 2.4.x since the > > first travis failure was there (Build #1819). > > Let's see how it works after several runs

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 17:06 schrieb Yann Ylavic : > > Thanks, looks good, it probably needs a backport to 2.4.x since the > first travis failure was there (Build #1819). > Let's see how it works after several runs before maybe. +1 Let's see what Joe and Travis can do to wreck it. > On Wed, Aug

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Yann Ylavic
Thanks, looks good, it probably needs a backport to 2.4.x since the first travis failure was there (Build #1819). Let's see how it works after several runs before maybe. On Wed, Aug 25, 2021 at 5:02 PM ste...@eissing.org wrote: > > It should be fixed now with r1892599, I believe. > > > Am

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
It should be fixed now with r1892599, I believe. > Am 25.08.2021 um 13:53 schrieb Yann Ylavic : > > On Wed, Aug 25, 2021 at 1:14 AM Travis CI wrote: >> >> apache / httpd >> >> trunk >> >> Build #1831 was broken >> 21 mins and 33 secs >> Yann Ylavic >> 243c5fa CHANGESET → >> >>

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
Ok, brute-forced it a bit. The test suite now always does a stop/start cycle on config changes as reload now longer works reliably. Takes a bit more time, but not overly so on my machine. Cheers, Stefan > Am 25.08.2021 um 16:22 schrieb ste...@eissing.org: > > > >> Am 25.08.2021 um 16:16

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 16:16 schrieb Yann Ylavic : > > On Wed, Aug 25, 2021 at 4:04 PM Yann Ylavic wrote: >> >> On Wed, Aug 25, 2021 at 3:56 PM ste...@eissing.org >> wrote: >>> >>> I could add that in the test config as header to a certain location. >>> >>> However, will all new connections

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Yann Ylavic
On Wed, Aug 25, 2021 at 4:04 PM Yann Ylavic wrote: > > On Wed, Aug 25, 2021 at 3:56 PM ste...@eissing.org wrote: > > > > I could add that in the test config as header to a certain location. > > > > However, will all new connections get to new gen children once the > > new number has been

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 16:04 schrieb Yann Ylavic : > > On Wed, Aug 25, 2021 at 3:56 PM ste...@eissing.org wrote: >> >> >> >>> Am 25.08.2021 um 15:54 schrieb Yann Ylavic : >>> >>> On Wed, Aug 25, 2021 at 3:37 PM ste...@eissing.org >>> wrote: Follow up: if I do a "time.sleep(2)"

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Yann Ylavic
On Wed, Aug 25, 2021 at 3:56 PM ste...@eissing.org wrote: > > > > > Am 25.08.2021 um 15:54 schrieb Yann Ylavic : > > > > On Wed, Aug 25, 2021 at 3:37 PM ste...@eissing.org > > wrote: > >> > >> Follow up: if I do a "time.sleep(2)" after each "apachectl" in my > >> test suite, it works fine. > >>

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 15:54 schrieb Yann Ylavic : > > On Wed, Aug 25, 2021 at 3:37 PM ste...@eissing.org wrote: >> >> Follow up: if I do a "time.sleep(2)" after each "apachectl" in my >> test suite, it works fine. >> >> Speculating: my test suite does commonly a GET after a reload to >> see if

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Yann Ylavic
On Wed, Aug 25, 2021 at 3:37 PM ste...@eissing.org wrote: > > Follow up: if I do a "time.sleep(2)" after each "apachectl" in my > test suite, it works fine. > > Speculating: my test suite does commonly a GET after a reload to > see if the reloaded server is responding. And then fires requests >

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 15:15 schrieb ste...@eissing.org: > > > >> Am 25.08.2021 um 15:06 schrieb ste...@eissing.org: >> >> >> >>> Am 25.08.2021 um 13:53 schrieb Yann Ylavic : >>> >>> On Wed, Aug 25, 2021 at 1:14 AM Travis CI wrote: apache / httpd trunk Build

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 15:06 schrieb ste...@eissing.org: > > > >> Am 25.08.2021 um 13:53 schrieb Yann Ylavic : >> >> On Wed, Aug 25, 2021 at 1:14 AM Travis CI wrote: >>> >>> apache / httpd >>> >>> trunk >>> >>> Build #1831 was broken >>> 21 mins and 33 secs >>> Yann Ylavic >>> 243c5fa

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread ste...@eissing.org
> Am 25.08.2021 um 13:53 schrieb Yann Ylavic : > > On Wed, Aug 25, 2021 at 1:14 AM Travis CI wrote: >> >> apache / httpd >> >> trunk >> >> Build #1831 was broken >> 21 mins and 33 secs >> Yann Ylavic >> 243c5fa CHANGESET → >> >> mpm_{event,worker,prefork}: late stop of children processes

Re: Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-25 Thread Yann Ylavic
On Wed, Aug 25, 2021 at 1:14 AM Travis CI wrote: > > apache / httpd > > trunk > > Build #1831 was broken > 21 mins and 33 secs > Yann Ylavic > 243c5fa CHANGESET → > > mpm_{event,worker,prefork}: late stop of children processes on restart. (unrelated to this change, Build #1819 failed the same

Broken: apache/httpd#1831 (trunk - 243c5fa)

2021-08-24 Thread Travis CI
Build Update for apache/httpd - Build: #1831 Status: Broken Duration: 21 mins and 33 secs Commit: 243c5fa (trunk) Author: Yann Ylavic Message: mpm_{event,worker,prefork}: late stop of children processes on restart. Change how the main process handles