Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
65a193eb
Commit
65a193eb
authored
Feb 03, 2014
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document a few more regression test hazards.
Michael Paquier, reviewed by Christian Kruse
parent
d3ee4515
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
doc/src/sgml/regress.sgml
doc/src/sgml/regress.sgml
+18
-2
No files found.
doc/src/sgml/regress.sgml
View file @
65a193eb
...
...
@@ -125,7 +125,9 @@ gmake installcheck-parallel
</screen>
The tests will expect to contact the server at the local host and the
default port number, unless directed otherwise by <envar>PGHOST</envar> and
<envar>PGPORT</envar> environment variables.
<envar>PGPORT</envar> environment variables. The tests will be run in a
database named <literal>regression</>; any existing database by this name
will be dropped.
</para>
<para>
...
...
@@ -147,7 +149,9 @@ gmake installcheck
</screen>
The <filename>contrib</> modules must have been built and installed first.
You can also do this in a subdirectory of <filename>contrib</> to run
the tests for just one module.
the tests for just one module. Tests of <literal>contrib</> modules will
be run in a database named <literal>contrib_regression</>; any existing
database by this name will be dropped.
</para>
</sect2>
...
...
@@ -471,6 +475,18 @@ diff results/random.out expected/random.out
not worry unless the random test fails repeatedly.
</para>
</sect2>
<sect2>
<title>Configuration Parameters</title>
<para>
When running the tests against an existing installation, some non-default
parameter settings could cause the tests to fail. For example, the
settings described in <xref linkend="runtime-config-query-enable">
could cause plan changes that would affect the results of tests which
use <command>EXPLAIN</>.
</para>
</sect2>
</sect1>
<!-- We might want to move the following section into the developer's guide. -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment