On Thu, Mar 31, 2022 at 1:25 AM Jun Omae <jun6...@gmail.com> wrote: > > On Thu, Mar 31, 2022 at 3:00 AM Johan Corveleyn <jcor...@gmail.com> wrote: > > Mark nominated it, and I just tested it again. However, r1884474 only > > seems to fix mod_authz_svn_tests.py#10. > > > > mod_authz_svn_tests.py#11 still fails for me after merging r1884474. I > > haven't looked into it, and have to run right now. It's very well > > possible that I have done something wrong or that my test-setup is > > broken locally, don't know yet. > > > > In case anyone want to take a closer look, here is the dav-fails.log > > in attachment. If no one else beats me to it, I'll take another look > > later tonight or tomorrow. > > In my environment (Windows 10), 2 failures go away after merging r1884474: > > [[[ > ['httpd.exe', '-f', > 'C:\\usr\\src\\subversion\\1.14.x-py310\\Release\\subversion\\tests\\cmdline\\httpd\\httpd.conf'] > Testing Release configuration on remote repository http://localhost:10229. > [1/1] > mod_authz_svn_tests.py............................................success > At least one test XFAILED, checking > C:\usr\src\subversion\1.14.x-py310\Release\dav-tests.log > XFAIL: mod_authz_svn_tests.py 3: test mixed with noauthwhenanon directive > Summary of test results: > 10 tests PASSED > 1 test XFAILED > Python version: 3.10.0. > SUMMARY: All tests successful > ]]]] > > The connection was closed by httpd.exe in mod_authz_svn_tests.py#11, > but no hints for the reason. > [[[ > ConnectionResetError: [WinError 10054] De externe host heeft een > verbinding verbroken > ]]] > Please check Release\subversion\tests\cmdline\httpd\log file in your > environment. >
Ah, thanks. I've sorted it out. Seems to work now. I'll vote for the backport shortly. Thanks for you help, Jun! -- Johan