You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SpringTestBase class of the agent's unit tests, a mock appender is attached to the logger to verify log messages. Unfortuently, the affected logic initializes multiple appender instances and attaches for each test invocation a new one, leading to a large amount of log appenders. This leads in the CI tests to OutOfMemory errors.
The text was updated successfully, but these errors were encountered:
In the
SpringTestBase
class of the agent's unit tests, a mock appender is attached to the logger to verify log messages. Unfortuently, the affected logic initializes multiple appender instances and attaches for each test invocation a new one, leading to a large amount of log appenders. This leads in the CI tests to OutOfMemory errors.The text was updated successfully, but these errors were encountered: