git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 3cd9c3b) | patch
Move Perl test modules to a better namespace
2021年10月24日 14:28:19 +0000 (10:28 -0400)
2021年10月24日 14:28:19 +0000 (10:28 -0400)
commit b3b4d8e68ae83f432f43f035c7eb481ef93e1583
Move Perl test modules to a better namespace

The five modules in our TAP test framework all had names in the top
level namespace. This is unwise because, even though we're not
exporting them to CPAN, the names can leak, for example if they are
exported by the RPM build process. We therefore move the modules to the
PostgreSQL::Test namespace. In the process PostgresNode is renamed to
Cluster, and TestLib is renamed to Utils. PostgresVersion becomes simply
PostgreSQL::Version, to avoid possible confusion about what it's the
version of.

Discussion: https://postgr.es/m/aede93a4-7d92-ef26-398f-5094944c2504@dunslane.net

Reviewed by Erik Rijkers and Michael Paquier
144 files changed:
contrib/amcheck/t/001_verify_heapam.pl diff | blob | blame | history
contrib/amcheck/t/002_cic.pl diff | blob | blame | history
contrib/amcheck/t/003_cic_2pc.pl diff | blob | blame | history
contrib/auto_explain/t/001_auto_explain.pl diff | blob | blame | history
contrib/bloom/t/001_wal.pl diff | blob | blame | history
contrib/oid2name/t/001_basic.pl diff | blob | blame | history
contrib/test_decoding/t/001_repl_stats.pl diff | blob | blame | history
contrib/vacuumlo/t/001_basic.pl diff | blob | blame | history
src/bin/initdb/t/001_initdb.pl diff | blob | blame | history
src/bin/pg_amcheck/t/001_basic.pl diff | blob | blame | history
src/bin/pg_amcheck/t/002_nonesuch.pl diff | blob | blame | history
src/bin/pg_amcheck/t/003_check.pl diff | blob | blame | history
src/bin/pg_amcheck/t/004_verify_heapam.pl diff | blob | blame | history
src/bin/pg_amcheck/t/005_opclass_damage.pl diff | blob | blame | history
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl diff | blob | blame | history
src/bin/pg_basebackup/t/010_pg_basebackup.pl diff | blob | blame | history
src/bin/pg_basebackup/t/020_pg_receivewal.pl diff | blob | blame | history
src/bin/pg_basebackup/t/030_pg_recvlogical.pl diff | blob | blame | history
src/bin/pg_checksums/t/001_basic.pl diff | blob | blame | history
src/bin/pg_checksums/t/002_actions.pl diff | blob | blame | history
src/bin/pg_config/t/001_pg_config.pl diff | blob | blame | history
src/bin/pg_controldata/t/001_pg_controldata.pl diff | blob | blame | history
src/bin/pg_ctl/t/001_start_stop.pl diff | blob | blame | history
src/bin/pg_ctl/t/002_status.pl diff | blob | blame | history
src/bin/pg_ctl/t/003_promote.pl diff | blob | blame | history
src/bin/pg_ctl/t/004_logrotate.pl diff | blob | blame | history
src/bin/pg_dump/t/001_basic.pl diff | blob | blame | history
src/bin/pg_dump/t/002_pg_dump.pl diff | blob | blame | history
src/bin/pg_dump/t/003_pg_dump_with_server.pl diff | blob | blame | history
src/bin/pg_dump/t/010_dump_connstr.pl diff | blob | blame | history
src/bin/pg_resetwal/t/001_basic.pl diff | blob | blame | history
src/bin/pg_resetwal/t/002_corrupted.pl diff | blob | blame | history
src/bin/pg_rewind/t/001_basic.pl diff | blob | blame | history
src/bin/pg_rewind/t/002_databases.pl diff | blob | blame | history
src/bin/pg_rewind/t/003_extrafiles.pl diff | blob | blame | history
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl diff | blob | blame | history
src/bin/pg_rewind/t/005_same_timeline.pl diff | blob | blame | history
src/bin/pg_rewind/t/006_options.pl diff | blob | blame | history
src/bin/pg_rewind/t/007_standby_source.pl diff | blob | blame | history
src/bin/pg_rewind/t/008_min_recovery_point.pl diff | blob | blame | history
src/bin/pg_rewind/t/RewindTest.pm diff | blob | blame | history
src/bin/pg_test_fsync/t/001_basic.pl diff | blob | blame | history
src/bin/pg_test_timing/t/001_basic.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/001_basic.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/002_algorithm.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/003_corruption.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/004_options.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/005_bad_manifest.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/006_encoding.pl diff | blob | blame | history
src/bin/pg_verifybackup/t/007_wal.pl diff | blob | blame | history
src/bin/pg_waldump/t/001_basic.pl diff | blob | blame | history
src/bin/pgbench/t/001_pgbench_with_server.pl diff | blob | blame | history
src/bin/pgbench/t/002_pgbench_no_server.pl diff | blob | blame | history
src/bin/psql/t/001_basic.pl diff | blob | blame | history
src/bin/psql/t/010_tab_completion.pl diff | blob | blame | history
src/bin/psql/t/020_cancel.pl diff | blob | blame | history
src/bin/scripts/t/010_clusterdb.pl diff | blob | blame | history
src/bin/scripts/t/011_clusterdb_all.pl diff | blob | blame | history
src/bin/scripts/t/020_createdb.pl diff | blob | blame | history
src/bin/scripts/t/040_createuser.pl diff | blob | blame | history
src/bin/scripts/t/050_dropdb.pl diff | blob | blame | history
src/bin/scripts/t/070_dropuser.pl diff | blob | blame | history
src/bin/scripts/t/080_pg_isready.pl diff | blob | blame | history
src/bin/scripts/t/090_reindexdb.pl diff | blob | blame | history
src/bin/scripts/t/091_reindexdb_all.pl diff | blob | blame | history
src/bin/scripts/t/100_vacuumdb.pl diff | blob | blame | history
src/bin/scripts/t/101_vacuumdb_all.pl diff | blob | blame | history
src/bin/scripts/t/102_vacuumdb_stages.pl diff | blob | blame | history
src/bin/scripts/t/200_connstr.pl diff | blob | blame | history
src/test/authentication/t/001_password.pl diff | blob | blame | history
src/test/authentication/t/002_saslprep.pl diff | blob | blame | history
src/test/kerberos/t/001_auth.pl diff | blob | blame | history
src/test/ldap/t/001_auth.pl diff | blob | blame | history
src/test/modules/brin/t/01_workitems.pl diff | blob | blame | history
src/test/modules/commit_ts/t/001_base.pl diff | blob | blame | history
src/test/modules/commit_ts/t/002_standby.pl diff | blob | blame | history
src/test/modules/commit_ts/t/003_standby_2.pl diff | blob | blame | history
src/test/modules/commit_ts/t/004_restart.pl diff | blob | blame | history
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl diff | blob | blame | history
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl diff | blob | blame | history
src/test/modules/test_misc/t/001_constraint_validation.pl diff | blob | blame | history
src/test/modules/test_pg_dump/t/001_base.pl diff | blob | blame | history
src/test/perl/Makefile diff | blob | blame | history
src/test/perl/PostgreSQL/Test/Cluster.pm [moved from src/test/perl/PostgresNode.pm with 92% similarity] diff | blob | blame | history
src/test/perl/PostgreSQL/Test/RecursiveCopy.pm [moved from src/test/perl/RecursiveCopy.pm with 91% similarity] diff | blob | blame | history
src/test/perl/PostgreSQL/Test/SimpleTee.pm [moved from src/test/perl/SimpleTee.pm with 94% similarity] diff | blob | blame | history
src/test/perl/PostgreSQL/Test/Utils.pm [moved from src/test/perl/TestLib.pm with 96% similarity] diff | blob | blame | history
src/test/perl/PostgreSQL/Version.pm [moved from src/test/perl/PostgresVersion.pm with 87% similarity] diff | blob | blame | history
src/test/perl/README diff | blob | blame | history
src/test/recovery/t/001_stream_rep.pl diff | blob | blame | history
src/test/recovery/t/002_archiving.pl diff | blob | blame | history
src/test/recovery/t/003_recovery_targets.pl diff | blob | blame | history
src/test/recovery/t/004_timeline_switch.pl diff | blob | blame | history
src/test/recovery/t/005_replay_delay.pl diff | blob | blame | history
src/test/recovery/t/006_logical_decoding.pl diff | blob | blame | history
src/test/recovery/t/007_sync_rep.pl diff | blob | blame | history
src/test/recovery/t/008_fsm_truncation.pl diff | blob | blame | history
src/test/recovery/t/009_twophase.pl diff | blob | blame | history
src/test/recovery/t/010_logical_decoding_timelines.pl diff | blob | blame | history
src/test/recovery/t/011_crash_recovery.pl diff | blob | blame | history
src/test/recovery/t/012_subtransactions.pl diff | blob | blame | history
src/test/recovery/t/013_crash_restart.pl diff | blob | blame | history
src/test/recovery/t/014_unlogged_reinit.pl diff | blob | blame | history
src/test/recovery/t/015_promotion_pages.pl diff | blob | blame | history
src/test/recovery/t/016_min_consistency.pl diff | blob | blame | history
src/test/recovery/t/017_shm.pl diff | blob | blame | history
src/test/recovery/t/018_wal_optimize.pl diff | blob | blame | history
src/test/recovery/t/019_replslot_limit.pl diff | blob | blame | history
src/test/recovery/t/020_archive_status.pl diff | blob | blame | history
src/test/recovery/t/021_row_visibility.pl diff | blob | blame | history
src/test/recovery/t/022_crash_temp_files.pl diff | blob | blame | history
src/test/recovery/t/023_pitr_prepared_xact.pl diff | blob | blame | history
src/test/recovery/t/024_archive_recovery.pl diff | blob | blame | history
src/test/recovery/t/025_stuck_on_old_timeline.pl diff | blob | blame | history
src/test/recovery/t/026_overwrite_contrecord.pl diff | blob | blame | history
src/test/regress/pg_regress.c diff | blob | blame | history
src/test/ssl/t/001_ssltests.pl diff | blob | blame | history
src/test/ssl/t/002_scram.pl diff | blob | blame | history
src/test/ssl/t/SSLServer.pm diff | blob | blame | history
src/test/subscription/t/001_rep_changes.pl diff | blob | blame | history
src/test/subscription/t/002_types.pl diff | blob | blame | history
src/test/subscription/t/003_constraints.pl diff | blob | blame | history
src/test/subscription/t/004_sync.pl diff | blob | blame | history
src/test/subscription/t/005_encoding.pl diff | blob | blame | history
src/test/subscription/t/006_rewrite.pl diff | blob | blame | history
src/test/subscription/t/007_ddl.pl diff | blob | blame | history
src/test/subscription/t/008_diff_schema.pl diff | blob | blame | history
src/test/subscription/t/009_matviews.pl diff | blob | blame | history
src/test/subscription/t/010_truncate.pl diff | blob | blame | history
src/test/subscription/t/011_generated.pl diff | blob | blame | history
src/test/subscription/t/012_collation.pl diff | blob | blame | history
src/test/subscription/t/013_partition.pl diff | blob | blame | history
src/test/subscription/t/014_binary.pl diff | blob | blame | history
src/test/subscription/t/015_stream.pl diff | blob | blame | history
src/test/subscription/t/016_stream_subxact.pl diff | blob | blame | history
src/test/subscription/t/017_stream_ddl.pl diff | blob | blame | history
src/test/subscription/t/018_stream_subxact_abort.pl diff | blob | blame | history
src/test/subscription/t/019_stream_subxact_ddl_abort.pl diff | blob | blame | history
src/test/subscription/t/020_messages.pl diff | blob | blame | history
src/test/subscription/t/021_twophase.pl diff | blob | blame | history
src/test/subscription/t/022_twophase_cascade.pl diff | blob | blame | history
src/test/subscription/t/023_twophase_stream.pl diff | blob | blame | history
src/test/subscription/t/024_add_drop_pub.pl diff | blob | blame | history
src/test/subscription/t/100_bugs.pl diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /