179dd885e2
When logging a mock exception, Log4j attempts to render the stack trace. On a mock exception, this will be null and Log4j will hit a NullPointerException. This NullPointerException will get recorded in the status logger buffer that we use to ensure that we do not having any misuses of Log4j in production code. This commit replaces the use of a mock exception with an actual exception to avoid angering the Log4j assertions in ESTestCase. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |