I saw a similar issue while I was working on the Conversant disruptor implementation of AsyncAppender, but that was because queue sizes in disruptors had to be a power of 2 or else they were rounded up to one. That caused the buffer to be size 4 instead of 3 which made that test fail, but that was fixed and in a separate branch regardless.
Now why it would fail on master, I'm not too sure. :-/ On 16 June 2016 at 13:23, Gary Gregory <garydgreg...@gmail.com> wrote: > I've not seen this one before: > > java.lang.AssertionError: EventRouter invocations expected:<0> but was:<1> > at > org.apache.logging.log4j.core.appender.AsyncAppenderQueueFullPolicyTest.testRouter(AsyncAppenderQueueFullPolicyTest.java:84) > > > Gary > > > ---------- Forwarded message ---------- > From: Apache Jenkins Server <jenk...@builds.apache.org> > Date: Thu, Jun 16, 2016 at 11:06 AM > Subject: Jenkins build became unstable: Log4j 2.x #2037 > To: log4j-dev@logging.apache.org > > > See <https://builds.apache.org/job/Log4j%202.x/2037/changes> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org > For additional commands, e-mail: log4j-dev-h...@logging.apache.org > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Matt Sicker <boa...@gmail.com>