Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into gh619-async-retry-perf
  • Loading branch information
brenuart authored Aug 26, 2021
commit bb036c74aa5df3122ae8ff4f4b20cfa21bcf2265
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ public class AsyncDisruptorAppenderTest {

@BeforeEach
public void setup() {
when(context.getStatusManager()).thenReturn(statusManager);

LoggerContext ctx = new LoggerContext();
ctx.setStatusManager(statusManager);
ctx.start();

appender.setContext(ctx);
appender.addListener(listener);
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.