Author: sandymac
Date: Wed Mar 22 16:16:19 2006
New Revision: 387977
URL: http://svn.apache.org/viewcvs?rev=387977&view=rev
Log:
Added blurb about non-determinist unit tests for the source distribution.
Modified:
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt
Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt?rev=387977&r1=387976&r2=387977&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt
(original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/README.txt Wed Mar
22 16:16:19 2006
@@ -20,4 +20,15 @@
* PoolUtils contains a number of utility methods to decorate pools.
* The one dependency on Commons Collections has been removed (okay,
- technically a deletion) and the only requirement is Java 1.3 or above.
\ No newline at end of file
+ technically a deletion) and the only requirement is Java 1.3 or above.
+
+Miscellaneous issues:
+
+Some of the unit tests may fail spuriously because they are trying to test
+behavior that depends on the thread scheduler or the garbage collector. If
+you get a test failure that has "evictor" or "thread" in the test name,
+please run this test a few times before reporting a bug report for it. If
+you know how to make one of these unit tests better, please submit a patch.
+
+
+The Apache Jakarta Commons Team, March 2006
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]