From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 12 Jul 2010 05:07:21 +0000 (-0700)
Subject: docs/logging.txt: note that setting flogging vars might affect tests with race condit... 
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/frontends/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=be6139dad72cdf496817b8e9bef6a54c17795955;p=tahoe-lafs%2Ftahoe-lafs.git

docs/logging.txt: note that setting flogging vars might affect tests with race conditions.
---

diff --git a/docs/logging.txt b/docs/logging.txt
index 22036b43..ccf870ae 100644
--- a/docs/logging.txt
+++ b/docs/logging.txt
@@ -262,3 +262,7 @@ flog.out file.
 
 ("flogtool tail" and the log-gatherer are not useful during unit tests, since
 there is no single Tub to which all the log messages are published).
+
+It is possible for setting these environment variables to cause spurious test
+failures in tests with race condition bugs. All known instances of this have
+been fixed as of Tahoe-LAFS v1.7.1.