Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
65a193eb
Commit
65a193eb
authored
11 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Document a few more regression test hazards.
Michael Paquier, reviewed by Christian Kruse
parent
d3ee4515
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/regress.sgml
+18
-2
18 additions, 2 deletions
doc/src/sgml/regress.sgml
with
18 additions
and
2 deletions
doc/src/sgml/regress.sgml
+
18
−
2
View file @
65a193eb
...
@@ -125,7 +125,9 @@ gmake installcheck-parallel
...
@@ -125,7 +125,9 @@ gmake installcheck-parallel
</screen>
</screen>
The tests will expect to contact the server at the local host and the
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
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>
<para>
<para>
...
@@ -147,7 +149,9 @@ gmake installcheck
...
@@ -147,7 +149,9 @@ gmake installcheck
</screen>
</screen>
The <filename>contrib</> modules must have been built and installed first.
The <filename>contrib</> modules must have been built and installed first.
You can also do this in a subdirectory of <filename>contrib</> to run
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>
</para>
</sect2>
</sect2>
...
@@ -471,6 +475,18 @@ diff results/random.out expected/random.out
...
@@ -471,6 +475,18 @@ diff results/random.out expected/random.out
not worry unless the random test fails repeatedly.
not worry unless the random test fails repeatedly.
</para>
</para>
</sect2>
</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>
</sect1>
<!-- We might want to move the following section into the developer's guide. -->
<!-- We might want to move the following section into the developer's guide. -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment