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
446d5d32
Commit
446d5d32
authored
May 24, 2011
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar cleanup for src/test/isolation/README
Josh Kupershmidt
parent
b23aeb65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/test/isolation/README
src/test/isolation/README
+4
-4
No files found.
src/test/isolation/README
View file @
446d5d32
...
@@ -4,7 +4,7 @@ Isolation tests
...
@@ -4,7 +4,7 @@ Isolation tests
===============
===============
This directory contains a set of tests for the serializable isolation level.
This directory contains a set of tests for the serializable isolation level.
Testing isolation requires running multiple overlapping transactions,
so
Testing isolation requires running multiple overlapping transactions,
which requires multiple concurrent connections, and can't therefore be
which requires multiple concurrent connections, and can't therefore be
tested using the normal pg_regress program.
tested using the normal pg_regress program.
...
@@ -13,10 +13,10 @@ file with a custom syntax, described in the next section.
...
@@ -13,10 +13,10 @@ file with a custom syntax, described in the next section.
isolationtester is program that uses libpq to open multiple connections,
isolationtester is program that uses libpq to open multiple connections,
and executes a test specified by a spec file. A libpq connection string
and executes a test specified by a spec file. A libpq connection string
to specify the server and database to connect to, the
defaults derived from
specifies the server and database to connect to;
defaults derived from
environment variables are used otherwise.
environment variables are used otherwise.
pg_isolation_regress is a tool
identical
to pg_regress, but instead of using
pg_isolation_regress is a tool
similar
to pg_regress, but instead of using
psql to execute a test, it uses isolationtester.
psql to execute a test, it uses isolationtester.
To run the tests, you need to have a server up and running. Run
To run the tests, you need to have a server up and running. Run
...
@@ -58,7 +58,7 @@ session "<name>"
...
@@ -58,7 +58,7 @@ session "<name>"
permutation "<step name>" ...
permutation "<step name>" ...
A permutation line specifies a list of steps that are r
a
n in that order.
A permutation line specifies a list of steps that are r
u
n in that order.
If no permutation lines are given, the test program automatically generates
If no permutation lines are given, the test program automatically generates
all possible overlapping orderings of the given sessions.
all possible overlapping orderings of the given sessions.
...
...
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