From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | [PATCH] big test separation POC |
Date: | 2013-06-29 05:18:04 |
Message-ID: | alpine.DEB.2.02.1306290711450.2808@localhost6.localdomain6 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear hackers,
Per various discussion about the potential impact of Robins non regression
tests, here is a poc patch to separate big tests from others.
"paralle_schedule" holds usual tests, "big_schedule" holds big tests.
The makefile derives serial_schedule, parallel_big_schedule and
serial_big_schedule from the above descriptions.
Then:
- make check in regress does usual tests
- make bigcheck in regress does both usual and big tests
I'm not sure about what happens under vpath.
I have no opinion about what should be considered a big test.
--
Fabien.
Attachment | Content-Type | Size |
---|---|---|
regress-big.patch | text/x-diff | 5.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2013-06-29 06:24:30 | Re: Re: [HACKERS] Patch fΓΌr MAP_HUGETLB for mmap() shared memory |
Previous Message | Alvaro Herrera | 2013-06-29 04:36:36 | Re: New regression test time |