What if you move that dep to the end? Maybe its transitive deps overrides over jars.
Gary On Mon, May 15, 2017 at 8:10 AM, Mikael Ståldal <[email protected]> wrote: > In branch LOG4J2-1442 (HttpAppender), some unit tests in log4j-core fail. I > guess that's because I have added this test dependency (which has a lot of > transitive dependencies): > > <dependency> > <groupId>com.github.tomakehurst</groupId> > <artifactId>wiremock</artifactId> > <scope>test</scope> > <version>2.6.0</version> > </dependency> > > > Any ideas what may cause these failures? > > > [ERROR] > AsyncLoggerConfigThreadContextDefaultTest>AbstractAsyncThreadContextTest > Base.testAsyncLogWritesToLog:158->AbstractAsyncThreadContextTest > Base.checkResult:184 > AsyncLoggerTest.log: line 1 expected:<...value [stackvalue] {[KEY=mapvalue, > configProp=configValue, configProp2=configValue2, count=1]} WEBAPP > DefaultThre...> but was:<...value [stackvalue] {[count=1, > configProp2=configValue2, configProp=configValue, KEY=mapvalue]} WEBAPP > DefaultThre...> > [ERROR] > AsyncLoggerThreadContextCopyOnWriteTest>AbstractAsyncThreadContextTest > Base.testAsyncLogWritesToLog:158->AbstractAsyncThreadContextTest > Base.checkResult:184 > AsyncLoggerTest.log: line 1 expected:<INFO c.f.Bar [mapvalue [stackvalue] > {KEY=mapvalue, configProp=configValue, configProp2=configValue2, count=1]} > COPY_ON_WRITE Copy...> but was:<INFO c.f.Bar [ [stackvalue] {]} > COPY_ON_WRITE Copy...> > [ERROR] > AsyncLoggerThreadContextDefaultTest>AbstractAsyncThreadContextTest > Base.testAsyncLogWritesToLog:158->AbstractAsyncThreadContextTest > Base.checkResult:184 > AsyncLoggerTest.log: line 1 expected:<INFO c.f.Bar [mapvalue [stackvalue] > {KEY=mapvalue, configProp=configValue, configProp2=configValue2, count=1]} > WEBAPP DefaultThre...> but was:<INFO c.f.Bar [ [stackvalue] {]} WEBAPP > DefaultThre...> > [ERROR] > AsyncLoggerThreadContextGarbageFreeTest>AbstractAsyncThreadContextTest > Base.testAsyncLogWritesToLog:158->AbstractAsyncThreadContextTest > Base.checkResult:184 > AsyncLoggerTest.log: line 38 expected:<INFO c.f.Bar [mapvalue [stackvalue] > {KEY=mapvalue, configProp=configValue, configProp2=configValue2]} > GARBAGE_FREE Garba...> but was:<INFO c.f.Bar [ [stackvalue] {]} > GARBAGE_FREE Garba...> > [ERROR] NestedLoggingFromToStringTest.testDoublyNestedLogging:126 > expected:<[DEBUG > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest$ > ParameterizedLoggingThing > getX: values x=3 y=4 z=5]> but was:<[INFO > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest > [ObjectLoggingThing1 y=999]]> > [ERROR] > NestedLoggingFromToStringTest.testNestedLoggingInFirstArgument:113 > expected:<[DEBUG > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest$ > ParameterizedLoggingThing > getX: values x=3 y=4 z=5]> but was:<[INFO > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest next: > it=[ParameterizedLoggingThing x=3 y=4 z=5] someAA otherBB]> > [ERROR] NestedLoggingFromToStringTest.testNestedLoggingInLastArgumen > t:101 > expected:<[DEBUG > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest$ > ParameterizedLoggingThing > getX: values x=3 y=4 z=5]> but was:<[INFO > org.apache.logging.log4j.core.impl.NestedLoggingFromToStringTest main: > argCount=2 it=[ParameterizedLoggingThing x=3 y=4 z=5]]> > > > -- > [image: MagineTV] > > *Mikael Ståldal* > Senior software developer > > *Magine TV* > [email protected] > Grev Turegatan 3 | 114 46 Stockholm, Sweden | www.magine.com > > Privileged and/or Confidential Information may be contained in this > message. If you are not the addressee indicated in this message > (or responsible for delivery of the message to such a person), you may not > copy or deliver this message to anyone. In such case, > you should destroy this message and kindly notify the sender by reply > email. > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> JUnit in Action, Second Edition <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> Spring Batch in Action <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
