1 # src/test/regress/standby_schedule
3 # Test schedule for Hot Standby
5 # First test checks we are on a standby server.
6 # Subsequent tests rely upon a setup script having already
7 # been executed in the appropriate database on the primary server
8 # which is feeding WAL files to target standby.
10 # psql -f src/test/regress/sql/hs_primary_setup.sql regression
12 test: hs_standby_check
14 # These tests will pass on both primary and standby servers
16 test: hs_standby_allowed
18 # These tests will fail on a non-standby server
20 test: hs_standby_disallowed
21 test: hs_standby_functions