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.1306302047150.2808@localhost6.localdomain6
Whole thread Raw
In response to [PATCH] big test separation POC  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: [PATCH] big test separation POC
List pgsql-hackers
Note about the POC patch limitations/questions:
 - is deriving a schedule with a piece of shell okay?   or should perl/python/whatever scripting be better?
 - the big_schedule is assumed "sequential", i.e. one test per line.   maybe it could/should be parallel?
 - I'm not sure of the "parallel_schedule" and "big_schedule"   file names are the best possible choices.
 - I'm really not sure about VPATH stuff.
 - I do not understand why the makefile specifies $(srcdir) before   local files in some places.
 - should the "bigcheck" target be accessible from the project root?   that is should "make bigcheck" from ../../..
work?
 - the documentation is not updated, I guess something should be done   somewhere.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: fallocate / posix_fallocate for new WAL file creation (etc...)
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] big test separation POC