public inbox for [email protected]  
help / color / mirror / Atom feed
cleanup of ./src/test/isolation/README
2+ messages / 2 participants
[nested] [flat]

* cleanup of ./src/test/isolation/README
@ 2011-05-12 23:28 Josh Kupershmidt <[email protected]>
  2011-05-24 22:52 ` Re: cleanup of ./src/test/isolation/README Tom Lane <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Josh Kupershmidt @ 2011-05-12 23:28 UTC (permalink / raw)
  To: pgsql-docs

Some grammar cleanup for ./src/test/isolation/README is attached.

Josh


Attachments:

  [text/x-patch] isolation_README.patch (2.4K, 2-isolation_README.patch)
  download | inline diff:
diff --git a/src/test/isolation/README b/src/test/isolation/README
index ee94081..087ac27 100644
*** a/src/test/isolation/README
--- b/src/test/isolation/README
*************** Isolation tests
*** 4,10 ****
  ===============
  
  This directory contains a set of tests for the serializable isolation level.
! Testing isolation requires running multiple overlapping transactions, so
  which requires multiple concurrent connections, and can't therefore be
  tested using the normal pg_regress program.
  
--- 4,10 ----
  ===============
  
  This directory contains a set of tests for the serializable isolation level.
! Testing isolation requires running multiple overlapping transactions,
  which requires multiple concurrent connections, and can't therefore be
  tested using the normal pg_regress program.
  
*************** file with a custom syntax, described in
*** 13,22 ****
  
  isolationtester is program that uses libpq to open multiple connections,
  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
  environment variables are used otherwise.
  
! pg_isolation_regress is a tool identical to pg_regress, but instead of using
  psql to execute a test, it uses isolationtester.
  
  To run the tests, you need to have a server up and running. Run
--- 13,22 ----
  
  isolationtester is program that uses libpq to open multiple connections,
  and executes a test specified by a spec file. A libpq connection string
! specifies the server and database to connect to; defaults derived from
  environment variables are used otherwise.
  
! pg_isolation_regress is a tool similar to pg_regress, but instead of using
  psql to execute a test, it uses isolationtester.
  
  To run the tests, you need to have a server up and running. Run
*************** session "<name>"
*** 58,64 ****
  
  permutation "<step name>" ...
  
!   A permutation line specifies a list of steps that are ran in that order.
    If no permutation lines are given, the test program automatically generates
    all possible overlapping orderings of the given sessions.
  
--- 58,64 ----
  
  permutation "<step name>" ...
  
!   A permutation line specifies a list of steps that are run in that order.
    If no permutation lines are given, the test program automatically generates
    all possible overlapping orderings of the given sessions.
  


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: cleanup of ./src/test/isolation/README
  2011-05-12 23:28 cleanup of ./src/test/isolation/README Josh Kupershmidt <[email protected]>
@ 2011-05-24 22:52 ` Tom Lane <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2011-05-24 22:52 UTC (permalink / raw)
  To: Josh Kupershmidt <[email protected]>; +Cc: pgsql-docs

Josh Kupershmidt <[email protected]> writes:
> Some grammar cleanup for ./src/test/isolation/README is attached.

Applied, thanks.

			regards, tom lane




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2011-05-24 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-05-12 23:28 cleanup of ./src/test/isolation/README Josh Kupershmidt <[email protected]>
2011-05-24 22:52 ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox