public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: J F <[email protected]>
To: [email protected]
Subject: Re: Contributing test cases to improve coverage
Date: Thu, 13 Jun 2024 16:01:23 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAEFLKGhVEP4_N4T4KQ75av7CEJreJpY1j2T+Dxq96dyJ1khBhg@mail.gmail.com>
References: <CAEFLKGhVEP4_N4T4KQ75av7CEJreJpY1j2T+Dxq96dyJ1khBhg@mail.gmail.com>
On 12.06.24 18:44, J F wrote:
> (a) The regression test suite is run by a parallel scheduler, with some
> test cases dependent on previous test cases. If I just add my test case
> as part of the parallel scheduler’s tests, it might not work, since
> previous test cases in the scheduler might already create the same
> table, for instance.
Yes, you need to take care of that somehow. Some test files put all
their test objects in a schema. Others are careful to drop all test
objects at the end. Or you just have to pick non-conflicting names.
> (b) How do I get my test cases reviewed and ultimately included in a
> future release of PostgreSQL?
Perhaps start with
https://wiki.postgresql.org/wiki/Development_information
and in particular
https://wiki.postgresql.org/wiki/Submitting_a_Patch
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Contributing test cases to improve coverage
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox