From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Increasing test coverage of WAL redo functions |
Date: | 2014-11-19 15:01:17 |
Message-ID: | 20141119150117.GG17845@awork2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2014-11-19 11:54:47 -0300, Alvaro Herrera wrote:
> Heikki Linnakangas wrote:
> > Schema | Name | Type | Owner | Size | Description
> > --------+------------------+-------+--------+---------+-------------
> > public | btree_tall_tbl | table | heikki | 24 kB |
> > public | btree_test_tbl | table | heikki | 392 kB |
> > public | gin_test_tbl | table | heikki | 588 MB |
> > public | gist_point_tbl | table | heikki | 1056 kB |
> > public | spgist_point_tbl | table | heikki | 1056 kB |
> > public | spgist_text_tbl | table | heikki | 1472 kB |
> > (6 rows)
>
> I think it's good to have these tests, though Tom was complaining
> earlier about the size of the regression test database. Would it work
> to have this in a separate test suite, like the numeric_big stuff?
> We can have it run optionally, and perhaps set up a few buildfarm
> members to exercise them on a regular basis.
I think the tests except the gin one are resonably sized - I'd much
rather run them all the time. We shouldn't make the buildfarm
configuration unnecessarily complex.
Greetings,
Andres Freund
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Antonin Houska | 2014-11-19 15:21:29 | Re: Functions used in index definitions shouldn't be changed |
Previous Message | Alvaro Herrera | 2014-11-19 14:54:47 | Re: Increasing test coverage of WAL redo functions |