public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Test: renumber regression tests.
Date: Mon, 08 Sep 2025 06:12:57 +0000
Message-ID: <[email protected]> (raw)
Test: renumber regression tests.
Under src/test/regression/tests we traditionally assign 001-049 for
tests for features and 050-999 for bugs. However we are running out
the range 001-049. To solve the problem, this commit renames 50 or
higher tests to 50 + 50 = 100 and higher. Also add
src/test/regression/tests/README to explain the test numbering policy.
Moreover src/test/regress.sh is modified to not misunderstand flat
files under tests is not for testing.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f4d94b8d921a1764ae6e94069ad87b526dcc1...
Modified Files
--------------
src/test/regression/regress.sh | 4 ++++
src/test/regression/tests/{050.bug58 => 100.bug58}/.gitignore | 0
src/test/regression/tests/{050.bug58 => 100.bug58}/test.sh | 0
src/test/regression/tests/{051.bug60 => 101.bug60}/.gitignore | 0
src/test/regression/tests/{051.bug60 => 101.bug60}/bug.sql | 0
.../regression/tests/{051.bug60 => 101.bug60}/database-clean.sql | 0
.../regression/tests/{051.bug60 => 101.bug60}/database-setup.sql | 0
src/test/regression/tests/{051.bug60 => 101.bug60}/test.sh | 0
src/test/regression/tests/{052.do_query => 102.do_query}/.gitignore | 0
src/test/regression/tests/{052.do_query => 102.do_query}/test.sh | 0
.../{053.insert_lock_hangs => 103.insert_lock_hangs}/.gitignore | 0
.../tests/{053.insert_lock_hangs => 103.insert_lock_hangs}/test.sh | 0
.../tests/{054.postgres_fdw => 104.postgres_fdw}/.gitignore | 0
.../regression/tests/{054.postgres_fdw => 104.postgres_fdw}/test.sh | 0
.../tests/{055.backend_all_down => 105.backend_all_down}/.gitignore | 0
.../tests/{055.backend_all_down => 105.backend_all_down}/test.sh | 0
src/test/regression/tests/{056.bug63 => 106.bug63}/.gitignore | 0
src/test/regression/tests/{056.bug63 => 106.bug63}/jdbctest2.java | 0
src/test/regression/tests/{056.bug63 => 106.bug63}/test.sh | 0
src/test/regression/tests/{057.bug61 => 107.bug61}/.gitignore | 0
src/test/regression/tests/{057.bug61 => 107.bug61}/test.sh | 0
src/test/regression/tests/{058.bug68 => 108.bug68}/.gitignore | 0
src/test/regression/tests/{058.bug68 => 108.bug68}/jdbctest3.java | 0
src/test/regression/tests/{058.bug68 => 108.bug68}/test.sh | 0
src/test/regression/tests/{059.bug92 => 109.bug92}/.gitignore | 0
src/test/regression/tests/{059.bug92 => 109.bug92}/jdbctest.java | 0
src/test/regression/tests/{059.bug92 => 109.bug92}/test.sh | 0
.../tests/{060.memory_leak => 110.memory_leak}/.gitignore | 0
.../regression/tests/{060.memory_leak => 110.memory_leak}/test.sh | 0
.../tests/{061.cancel_query => 111.cancel_query}/.gitignore | 0
.../regression/tests/{061.cancel_query => 111.cancel_query}/test.sh | 0
.../{062.select_error_hangs => 112.select_error_hangs}/.gitignore | 0
.../{062.select_error_hangs => 112.select_error_hangs}/test.sh | 0
.../{063.tables_with_space => 113.tables_with_space}/.gitignore | 0
.../tests/{063.tables_with_space => 113.tables_with_space}/test.sh | 0
src/test/regression/tests/{064.bug153 => 114.bug153}/.gitignore | 0
src/test/regression/tests/{064.bug153 => 114.bug153}/test.sh | 0
src/test/regression/tests/{065.bug152 => 115.bug152}/.gitignore | 0
src/test/regression/tests/{065.bug152 => 115.bug152}/Main.java | 0
src/test/regression/tests/{065.bug152 => 115.bug152}/run.sh | 0
src/test/regression/tests/{065.bug152 => 115.bug152}/test.sh | 0
src/test/regression/tests/{066.bug230 => 116.bug230}/.gitignore | 0
src/test/regression/tests/{066.bug230 => 116.bug230}/Sample.java | 0
src/test/regression/tests/{066.bug230 => 116.bug230}/test.sh | 0
src/test/regression/tests/{067.bug231 => 117.bug231}/.gitignore | 0
.../regression/tests/{067.bug231 => 117.bug231}/TestReplGap.java | 0
src/test/regression/tests/{067.bug231 => 117.bug231}/test.sh | 0
.../tests/{068.memqcache_bug => 118.memqcache_bug}/.gitignore | 0
.../tests/{068.memqcache_bug => 118.memqcache_bug}/Sample.java | 0
.../tests/{068.memqcache_bug => 118.memqcache_bug}/test.sh | 0
.../.gitignore | 0
.../{069.memory_leak_extended => 119.memory_leak_extended}/test.sh | 0
.../.gitignore | 0
.../test.sh | 0
.../.gitignore | 0
.../test.sh | 0
.../extended_query_test.data | 0
.../tests/{072.meqcache_bug2 => 122.meqcache_bug2}/test.sh | 0
.../{073.pg_terminate_backend => 123.pg_terminate_backend}/test.sh | 0
.../expected.txt | 0
.../pgproto.data | 0
.../test.sh | 0
.../test.sh | 0
.../regression/tests/{076.copy_hang => 126.copy_hang}/pgproto.data | 0
src/test/regression/tests/{076.copy_hang => 126.copy_hang}/test.sh | 0
.../test.sh | 0
.../expected.txt | 0
.../{078.aborted_transaction => 128.aborted_transaction}/test.sh | 0
.../tests/{079.multi_prepare => 129.multi_prepare}/expected.txt | 0
.../tests/{079.multi_prepare => 129.multi_prepare}/pgproto.data | 0
.../tests/{079.multi_prepare => 129.multi_prepare}/test.sh | 0
src/test/regression/tests/{080.declare => 130.declare}/expected.txt | 0
src/test/regression/tests/{080.declare => 130.declare}/pgproto.data | 0
src/test/regression/tests/{080.declare => 130.declare}/test.sh | 0
.../test.sh | 0
.../pgproto.data | 0
.../pgproto2.data | 0
.../test.sh | 0
src/test/regression/tests/README | 6 ++++++
79 files changed, 10 insertions(+)
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]
Subject: Re: pgpool: Test: renumber regression tests.
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