Rework text in replication slots documentation
[pgsql.git] / src / test / README
blobafdc7676519071a6fdb625ac4a7b279265ad711a
1 PostgreSQL tests
2 ================
4 This directory contains a variety of test infrastructure as well as some of the
5 tests in PostgreSQL. Not all tests are here -- in particular, there are more in
6 individual contrib/ modules and in src/bin.
8 Not all these tests get run by "make check". Check src/test/Makefile to see
9 which tests get run automatically.
11 authentication/
12   Tests for authentication (but see also below)
14 examples/
15   Demonstration programs for libpq that double as regression tests via
16   "make check"
18 isolation/
19   Tests for concurrent behavior at the SQL level
21 kerberos/
22   Tests for Kerberos/GSSAPI authentication and encryption
24 ldap/
25   Tests for LDAP-based authentication
27 locale/
28   Sanity checks for locale data, encodings, etc
30 mb/
31   Tests for multibyte encoding (UTF-8) support
33 modules/
34   Extensions used only or mainly for test purposes, generally not suitable
35   for installing in production databases
37 perl/
38   Infrastructure for Perl-based TAP tests
40 recovery/
41   Test suite for recovery and replication
43 regress/
44   PostgreSQL's main regression test suite, pg_regress
46 ssl/
47   Tests to exercise and verify SSL certificate handling
49 subscription/
50   Tests for logical replication