Re: [PATCH] big test separation POC - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: [PATCH] big test separation POC
Date
Msg-id alpine.DEB.2.02.1307110934310.11644@localhost6.localdomain6
Whole thread Raw
In response to Re: [PATCH] big test separation POC  (Samrat Revagade <revagade.samrat@gmail.com>)
Responses Re: [PATCH] big test separation POC
List pgsql-hackers
> While applying latest version of the patch  (regress-big-v4.patch) on
> latest PostgreSQL version i encountered following errors: [...]

> Is that a problem ?

Yes and no:-)

My understanding is that there is a conflict because of commits between 
this patch and head: a file that this patch deletes (it is derived by make 
rules) has been updated. It seems that git is not too good at detecting 
this and providing a meaningful message.

Please find attached an updated version which seemed to work for me.

Note that this is really a POC. How to derive a file is under discussion: 
it has been suggested that the unix shell approach would not work on 
Windows. I've suggested perl or python (which version?) but I'm not sure 
that it is okay either.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Samrat Revagade
Date:
Subject: Re: [PATCH] big test separation POC
Next
From: Michael Paquier
Date:
Subject: Re: Support for REINDEX CONCURRENTLY