Wed Nov 9 23:20:23 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: Add mention in SET ADD TABLE that the table ID number needs
- Next message: [Slony1-commit] By cbbrowne: Change usage of mktemp on Linux, where it needs .XXXXXXX as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Start adding documentation on the new generation test bed
Modified Files:
--------------
slony1-engine/doc/adminguide:
filelist.sgml (r1.13 -> r1.14)
slony.sgml (r1.21 -> r1.22)
Added Files:
-----------
slony1-engine/doc/adminguide:
testbed.sgml (r1.1)
-------------- next part --------------
Index: slony.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slony.sgml,v
retrieving revision 1.21
retrieving revision 1.22
diff -Ldoc/adminguide/slony.sgml -Ldoc/adminguide/slony.sgml -u -w -r1.21 -r1.22
--- doc/adminguide/slony.sgml
+++ doc/adminguide/slony.sgml
@@ -58,6 +58,7 @@
&adminscripts;
&versionupgrade;
&bestpractices;
+ &testbed;
&help;
</article>
Index: filelist.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/filelist.sgml,v
retrieving revision 1.13
retrieving revision 1.14
diff -Ldoc/adminguide/filelist.sgml -Ldoc/adminguide/filelist.sgml -u -w -r1.13 -r1.14
--- doc/adminguide/filelist.sgml
+++ doc/adminguide/filelist.sgml
@@ -40,6 +40,7 @@
<!entity bestpractices SYSTEM "bestpractices.sgml">
<!entity locking SYSTEM "locking.sgml">
<!entity supportedplatforms SYSTEM "supportedplatforms.sgml">
+<!entity testbed SYSTEM "testbed.sgml">
<!-- back matter -->
<!entity biblio SYSTEM "biblio.sgml">
--- /dev/null
+++ doc/adminguide/testbed.sgml
@@ -0,0 +1,43 @@
+<!-- $Id: testbed.sgml,v 1.1 2005/11/09 23:20:17 cbbrowne Exp $ -->
+<sect1 id="testbed"><title> &slony1; Test Bed Framework </title>
+
+<para> As of version 1.2, &slony1; has a common test bed framework
+intended to better support performing a comprehensive set of tests.
+The code lives in the source tree under the <filename> tests
+</filename> directory.</para>
+
+<para>Here are some of the vital files...</para>
+
+<itemizedlist>
+
+<listitem><para> <filename>run_test.sh</filename> </para>
+
+<para> This is the central script for running tests. Typical usage is
+thus:
+
+<para> <command> ./run_test.sh </command>
+<screen>
+usage ./run_test.sh testname
+</screen>
+
+<para> You need to specify the subdirectory name of the test set to be
+run; each such set is stored in a subdirectory of
+<filename>tests</filename>.</para>
+
+
+</sect1>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode:sgml
+sgml-omittag:nil
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:"book.sgml"
+sgml-exposed-tags:nil
+sgml-local-catalogs:("/usr/lib/sgml/catalog")
+sgml-local-ecat-files:nil
+End:
+-->
- Previous message: [Slony1-commit] By cbbrowne: Add mention in SET ADD TABLE that the table ID number needs
- Next message: [Slony1-commit] By cbbrowne: Change usage of mktemp on Linux, where it needs .XXXXXXX as
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list