Julian Foad wrote on Mon, Feb 27, 2012 at 10:13:31 +0000: > Daniel Shahaf wrote: > > > build...@apache.org wrote: > >> The Buildbot has detected a new failure on builder svn-x64-centos-gcc > >> while > >> building ASF Buildbot. > >> Full details are available at: > >> http://ci.apache.org/builders/svn-x64-centos-gcc/builds/5634 > >> ... > >> Build Source Stamp: [branch subversion/trunk] 1293998 > >> > >> FAIL: svnrdump_tests.py 32: dump: move parent & modify child file in > >> same rev > >> FAIL: svnsync_tests.py 23: test move parent and modify child file in > >> same > >> rev > > > > I cannot reproduce this: > > > > % ../runpytest svnrdump --fs-type bdb --http-library neon 32 > > PASS: svnrdump_tests.py 32: dump: move parent & modify child file in same > > rev > > % ../runpytest svnsync --fs-type bdb --http-library neon 23 > > PASS: svnsync_tests.py 23: test move parent and modify child file in same > > rev > > I can reproduce it, and I get even more failures than the buildbot did: >
Thanks for testing. I'll have a closer look later today. It helps to know that you/I/bot each see a different set of failures. > $ svn up -r1293998 && svn-remake [...] > [...] > $ svn-py-test svnsync --fs-type=bdb --ra=neon > FAIL: svnsync_tests.py 18: test url encoding issues > FAIL: svnsync_tests.py 22: test syncing subdirectories with changes on root > FAIL: svnsync_tests.py 23: test move parent and modify child file in same rev > $ svn-py-test svnsync 23 --fs-type=bdb --ra=neon --verbose > [...] > Committed revision 4. > Copied properties for revision 4. > /home/julianfoad/src/subversion-c/subversion/svnsync/main.c:1384: > (apr_err=175002) > /home/julianfoad/src/subversion-c/subversion/svnsync/main.c:1330: > (apr_err=175002) > /home/julianfoad/src/subversion-c/subversion/libsvn_ra/ra_loader.c:1184: > (apr_err=175002) > /home/julianfoad/src/subversion-c/subversion/libsvn_ra_neon/util.c:1324: > (apr_err=175002) > /home/julianfoad/src/subversion-c/subversion/libsvn_ra_neon/util.c:661: > (apr_err=175002) > svnsync: E175002: REPORT of > 'http://localhost:25594/svn-test-work/repositories/svnsync_tests-23': Could > not read status line: connection was closed by server (http://localhost:25594) > > - Julian