Re: [PATCH] big test separation POC

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Samrat Revagade <revagade(dot)samrat(at)gmail(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] big test separation POC
Date: 2013-07-11 07:52:59
Message-ID: alpine.DEB.2.02.1307110934310.11644@localhost6.localdomain6
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
regress-big-v5.patch text/x-diff 6.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-07-11 08:11:49 Re: Support for REINDEX CONCURRENTLY
Previous Message Samrat Revagade 2013-07-11 07:05:43 Re: [PATCH] big test separation POC