Running some tests with different segment sizes

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Running some tests with different segment sizes
Date: 2017-09-19 17:54:57
Message-ID: 20170919175457.liz3oreqiambuhca@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm working on merging the customizable segment size patch [1]. I'd
like to run some of the regression tests using it, to guarantee
non-standard settings have test coverage. The reason I'd like to adapt
an existing test, rather than add a new run of the standard regression
tests, is to avoid bloating the regression time unnecessarily.

I thought about starting with just changing pg_upgrade's rerun of the
standard test. Then maybe change one or two tests in src/test/recovery/?

Complaints, better ideas?

Andres Freund

[1] http://archives.postgresql.org/message-id/CAOG9ApHUj10U6ryyTBMqc4pu_yoghULF1YCBwefp4g%2BMovSJQA%40mail.gmail.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-09-19 18:05:44 Re: Running some tests with different segment sizes
Previous Message Andres Freund 2017-09-19 17:42:32 Re: pgsql: Add test for postmaster crash restarts.