Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.9.0
-
None
-
None
-
Reviewed
Description
There are three primary issues. The most significant is that the testFlushThread() method doesn't clean up after itself, which can cause other tests to fail. The other big issue is that the testSilentAppend() method is testing the wrong thing. An additional minor issue is that none of the tests are careful about making sure the metrics system gets shutdown in all cases.