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
b30aa6ec
Commit
b30aa6ec
authored
Apr 08, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slight mods to explain (or try to) the new regression tests
parent
c56b20ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
15 deletions
+28
-15
src/test/regress/README
src/test/regress/README
+28
-15
No files found.
src/test/regress/README
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.
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