Re: Problems running testsuite on Windows with Python 3

2020-05-07 Thread Johan Corveleyn
On Wed, May 6, 2020 at 10:36 AM Yasuhito FUTATSUKI wrote: > > On 2020/05/04 4:49, Johan Corveleyn wrote: > > On Sun, May 3, 2020 at 6:23 PM Yasuhito FUTATSUKI > > wrote: > >> > >> On 2020/05/03 10:02, Johan Corveleyn wrote: > >>> On Fri, May 1, 2020 at 7:46 PM Yasuhito FUTATSUKI > >>> wrote:

Re: Problems running testsuite on Windows with Python 3

2020-05-07 Thread Yasuhito FUTATSUKI
On 2020/05/07 16:17, Johan Corveleyn wrote: > On Wed, May 6, 2020 at 10:36 AM Yasuhito FUTATSUKI > wrote: >> >> On 2020/05/04 4:49, Johan Corveleyn wrote: >>> On Sun, May 3, 2020 at 6:23 PM Yasuhito FUTATSUKI >>> wrote: On 2020/05/03 10:02, Johan Corveleyn wrote: > On Fri, May 1,

One more issue in tests on Windows with Python 3

2020-05-07 Thread Yasuhito FUTATSUKI
While I'm browsing faillog on svn-windows-ra buildbot, I found another failure not to be reported here, on Windows with Python 3 >From >https://ci.apache.org/builders/svn-windows-ra/builds/2935/steps/Test%20fsfs%2Bserf/logs/faillog: [[[ W: CWD: E:\svn-ra\tests\subversion\tests\cmdline Traceback

Re: One more issue in tests on Windows with Python 3

2020-05-07 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: > I think it is need to escape characters in char *value when we print > them as Python's str value. The patch below may work for this purpose, > but I want someone to write more nice code :) How about simply adding the human-readable

Re: [PATCH] Fix "database is locked" error when committing during rep-cache.db verification

2020-05-07 Thread Daniel Shahaf
Denis Kovalchuk wrote on Tue, 05 May 2020 14:35 +0300: > > Hang on. In your previous reply you wrote that commits that "complete > > with a post-commit error" was a problem the patch was designed to solve, > > but now you say that's not an immediate concern. Which is it? We can't > > design a

Re: Problems running testsuite on Windows with Python 3

2020-05-07 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, 07 May 2020 09:17 +0200: > We should probably also propose all of your latest fixes for backport > in /branches/1.14.x/STATUS, so they can be included in 1.14.1 (and > interested people can already see that the "known testsuite issues on > Windows" are being

Re: [PATCH] Fix "database is locked" error when committing during rep-cache.db verification

2020-05-07 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, 07 May 2020 21:58 +: > What I'm trying to do here is to get a _problem statement_ to which your > patch is a solution, so we can consider other solutions. You wrote > above > . > > rep-cache verification leads to errors for other writes to the rep-cache > . >