My fault. I just committed a fix for that. This test now passes in my IDE. Still running the full build (but that takes ~20 minutes...)
On Sun, Sep 25, 2016 at 1:22 AM, Gary Gregory <[email protected]> wrote: > Hm, is I am seeing: > > Failed tests: > AsyncLoggerConfigAllThreadContextImplementationsTest. > testAsyncLogWritesToLog:142->checkResult:159 SynchronousContextTest.log: > line 0 expected:<...mapvalue, configProp[=configValue, > configProp2=configValue2]} WEBAPP DefaultThre...> but was:<...mapva > lue, configProp[2=configValue2, configProp=configValue]} WEBAPP > DefaultThre...> > AsyncLoggerConfigAllThreadContextImplementationsTest. > testAsyncLogWritesToLog:142->checkResult:159 SynchronousContextTest.log: > line 0 expected:<...mapvalue, configProp[=configValue, > configProp2=configValue2]} GARBAGE_FREE Garba...> but was:<...mapva > lue, configProp[2=configValue2, configProp=configValue]} GARBAGE_FREE > Garba...> > AsyncLoggerConfigAllThreadContextImplementationsTest. > testAsyncLogWritesToLog:142->checkResult:159 SynchronousContextTest.log: > line 0 expected:<...mapvalue, configProp[=configValue, > configProp2=configValue2]} COPY_ON_WRITE Copy...> but was:<...mapva > lue, configProp[2=configValue2, configProp=configValue]} COPY_ON_WRITE > Copy...> > > Tests run: 1469, Failures: 3, Errors: 0, Skipped: 32 > > Gary > > On Sat, Sep 24, 2016 at 9:17 AM, Gary Gregory <[email protected]> > wrote: > >> The HTML output happens in org.apache.log4j.config.Log >> 4j1ConfigurationFactoryTest.testConsole(String) because the >> configuration is started and stopped. I do not see how to avoid this since >> we are testing that the Console Appender is configured with an HTML layout. >> >> Gary >> >> On Sat, Sep 24, 2016 at 12:30 AM, Ralph Goers <[email protected] >> > wrote: >> >>> What’s done? CategoryTest is still not working properly. Headed to >>> sleep now. I hope to try to do a release when you get this fixed. >>> >>> Ralph >>> >>> On Sep 23, 2016, at 11:35 PM, Gary Gregory <[email protected]> >>> wrote: >>> >>> Looks like you already changed the file to output to a file instead of >>> the console... done then. >>> >>> Gary >>> >>> On Fri, Sep 23, 2016 at 11:07 PM, Gary Gregory <[email protected]> >>> wrote: >>> >>>> I'm fixing... sorry about that. >>>> >>>> On Fri, Sep 23, 2016 at 10:35 PM, Ralph Goers < >>>> [email protected]> wrote: >>>> >>>>> Gary, >>>>> >>>>> Why are you checking in stuff that doesn’t build? Jenkins failed with >>>>> bad imports and now several unit tests are failing. Please don’t check in >>>>> stuff that doesn’t work. Once again I won’t be able to start the release >>>>> process. >>>>> >>>>> Ralph >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>> >>>> >>>> -- >>>> E-Mail: [email protected] | [email protected] >>>> 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 >>>> >>> >>> >>> >>> -- >>> E-Mail: [email protected] | [email protected] >>> 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 >>> >>> >>> >> >> >> -- >> E-Mail: [email protected] | [email protected] >> 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 >> > > > > -- > E-Mail: [email protected] | [email protected] > 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 >
