Author: paul
Date: 2007-06-14 20:02:42 +0200 (Thu, 14 Jun 2007)
New Revision: 6793
Log:
r21539@frost: paul | 2007-06-14 13:00:23 -0500
Add note about potential failure of test cases when run on remote
datastore. (Bug#27438)
Modified:
trunk/mysqltest/tutorial.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:26211
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:21538
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17792
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:26211
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:21539
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:17792
Modified: trunk/mysqltest/tutorial.xml
===================================================================
--- trunk/mysqltest/tutorial.xml 2007-06-14 18:02:19 UTC (rev 6792)
+++ trunk/mysqltest/tutorial.xml 2007-06-14 18:02:42 UTC (rev 6793)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 959 bytes
@@ -1184,6 +1184,19 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Some test cases depend on being run on local storage, and
+ may fail when run on remote storage such as a network share.
+ For example, if the test result can be affected by
+ differences between local and remote filesystem times, the
+ expected result might not be obtained. Failure of these test
+ cases under such circumstances does not indicate an actual
+ malfunction. It is not generally possible to determine
+ whether tests are being run on local storage.
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6793 - in trunk: . mysqltest | paul | 14 Jun |