blob: 7e239d4b2848623b0a26e09060c62345ca977174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $PostgreSQL: pgsql/src/test/regress/standby_schedule,v 1.1 2009/12/19 01:32:45 sriggs Exp $
#
# Test schedule for Hot Standby
#
# First test checks we are on a standby server.
# Subsequent tests rely upon a setup script having already
# been executed in the appropriate database on the primary server
# which is feeding WAL files to target standby.
#
# psql -f src/test/regress/sql/hs_primary_setup.sql regression
#
test: hs_standby_check
#
# These tests will pass on both primary and standby servers
#
test: hs_standby_allowed
#
# These tests will fail on a non-standby server
#
test: hs_standby_disallowed
test: hs_standby_functions
|