Thu Jul 6 11:31:28 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Add a regression test to verify that tables where the
- Next message: [Slony1-commit] By cbbrowne: Cosmetic changes to comments and such
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add more description to test1 README, as it's testing more things than
it used to.
Modified Files:
--------------
slony1-engine/tests/test1:
README (r1.1 -> r1.2)
-------------- next part --------------
Index: README
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/test1/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltests/test1/README -Ltests/test1/README -u -w -r1.1 -r1.2
--- tests/test1/README
+++ tests/test1/README
@@ -1,5 +1,20 @@
$Id$
-test1 is a basic test that replication generally functions. It
-creates three simple tables as one replication set, and replicates
-them from one database to another.
+test1 is a basic test that replication generally functions.
+
+It doesn't try to do anything too terribly fancy: It creates three
+simple tables as one replication set, and replicates them from one
+database to another.
+
+The three tables are of the three interesting types:
+
+1. table1 has a formal primary key
+
+2. table2 lacks a formal primary key, but has a candidate primary key
+
+3. table3 has no candidate primary key; Slony-I is expected to
+ generate one on its own.
+
+It actually tries replicating a fourth table, which has an invalid
+candidate primary key (columns not defined NOT NULL), which should
+cause it to be rejected. That is done in a slonik TRY {} block.
- Previous message: [Slony1-commit] By cbbrowne: Add a regression test to verify that tables where the
- Next message: [Slony1-commit] By cbbrowne: Cosmetic changes to comments and such
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list