- 14 8月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread. Reviewed-by: dholmes
-
- 19 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete. Reviewed-by: mchung
-
- 04 12月, 2013 1 次提交
-
-
由 dfuchs 提交于
Summary: Fixes several race conditions in logging which have been at the root cause of intermittent test failures. Reviewed-by: mchung, plevart
-