~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

Viewing changes to src/test/regress/README

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
Testing Hot Standby
109
109
 
110
110
   The source distribution also contains regression tests of the static
111
 
   behaviour of Hot Standby. These tests require a running primary server
 
111
   behavior of Hot Standby. These tests require a running primary server
112
112
   and a running standby server that is accepting new WAL changes from the
113
113
   primary using either file-based log shipping or streaming replication.
114
114
   Those servers are not automatically created for you, nor is the setup
129
129
cd src/test/regress
130
130
gmake standbycheck
131
131
 
132
 
   Some extreme behaviours can also be generated on the primary using the
 
132
   Some extreme behaviors can also be generated on the primary using the
133
133
   script: "src/test/regress/sql/hs_primary_extremes.sql" to allow the
134
 
   behaviour of the standby to be tested.
 
134
   behavior of the standby to be tested.
135
135
 
136
136
   Additional automated testing may be available in later releases.
137
137
     __________________________________________________________________