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
b30aa6ec
Commit
b30aa6ec
authored
28 years ago
by
Marc G. Fournier
Browse files
Options
Downloads
Patches
Plain Diff
Slight mods to explain (or try to) the new regression tests
parent
c56b20ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/regress/README
+28
-15
28 additions, 15 deletions
src/test/regress/README
with
28 additions
and
15 deletions
src/test/regress/README
+
28
−
15
View file @
b30aa6ec
...
...
@@ -15,24 +15,23 @@ Preparation
'expected.out' file. The localization replaces macros in the source
files with absolute pathnames and user names.
The 'expected.input' file and the 'sample.regress.out' file
Directory Layout
The 'expected.input' file was created on a SPARC Solaris 2.4 system
using the 'postgres5-1.02a5.tar.gz' source tree. It has been compared
with a file created on an I386 Solaris 2.4 system and the differences
are only in the floating point polygons in the 3rd digit to the right
of the decimal point. (see below)
input/ .... .source files that are converted using 'make all' into
.sql files in the 'sql' subdirectory
The 'sample.regress.out' file is from the postgres-1.01 release
constructed by Jolly Chen and is included here for reference. It may
have been created on a DEC ALPHA machine as the 'Makefile.global'
in the postgres-1.01 release has PORTNAME=alpha.
output/ ... .source files that are converted using 'make all' into
.out files in the 'expected' subdirectory
Running the regression test
sql/ ...... .sql files used to perform the regression tests
expected/ . .out files that represent what we *expect* the results to
look like
Change directory to the regression test directory:
results/ .. .out files that represent what the results *actually* look
like
cd ...../src/test/regress
Running the regression test
If you have prevously invoked the regression test, clean up the
working directory with:
...
...
@@ -43,9 +42,9 @@ Running the regression test
make all runtest
Normally, the regression test should be run as the
'postgres'
user as the
Normally, the regression test should be run as the
pg_super
user as the
'src/test/regress' directory and sub-directories are owned by the
'postgres'
user. If you run the regression test as another user the
pg_super
user. If you run the regression test as another user the
'src/test/regress' directory should be writeable to that user.
Comparing expected/actual output
...
...
@@ -118,4 +117,18 @@ DATE/TIME differences
entries that use the time -infinity display with year 1970 plus/minus the
number of hours you are different from GMT.
--------[ old stuff that needs to be rewritten ]-----
The 'expected.input' file and the 'sample.regress.out' file
The 'expected.input' file was created on a SPARC Solaris 2.4 system
using the 'postgres5-1.02a5.tar.gz' source tree. It has been compared
with a file created on an I386 Solaris 2.4 system and the differences
are only in the floating point polygons in the 3rd digit to the right
of the decimal point. (see below)
The 'sample.regress.out' file is from the postgres-1.01 release
constructed by Jolly Chen and is included here for reference. It may
have been created on a DEC ALPHA machine as the 'Makefile.global'
in the postgres-1.01 release has PORTNAME=alpha.
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