]> granicus.if.org Git - postgresql/blob - src/test/regress/standby_schedule
Update copyright for the year 2010.
[postgresql] / src / test / regress / standby_schedule
1 # $PostgreSQL: pgsql/src/test/regress/standby_schedule,v 1.1 2009/12/19 01:32:45 sriggs Exp $
2 #
3 # Test schedule for Hot Standby
4 #
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.
9 #
10 # psql -f src/test/regress/sql/hs_primary_setup.sql regression
11 #
12 test: hs_standby_check
13 #
14 # These tests will pass on both primary and standby servers
15 #
16 test: hs_standby_allowed
17 #
18 # These tests will fail on a non-standby server
19 #
20 test: hs_standby_disallowed
21 test: hs_standby_functions