Re: Broken unit test with APR

2016-08-31 Thread Violeta Georgieva
2016-08-31 14:07 GMT+03:00 Mark Thomas : > > On 31/08/2016 12:06, Violeta Georgieva wrote: > > 2016-08-31 14:03 GMT+03:00 Mark Thomas : > >> > >> On 31/08/2016 12:00, Violeta Georgieva wrote: > >> > >> > >> > >>> I committed a fix and now I'm executing the tests with APR. > >>> That particular tes

Re: Broken unit test with APR

2016-08-31 Thread Mark Thomas
On 31/08/2016 12:06, Violeta Georgieva wrote: > 2016-08-31 14:03 GMT+03:00 Mark Thomas : >> >> On 31/08/2016 12:00, Violeta Georgieva wrote: >> >> >> >>> I committed a fix and now I'm executing the tests with APR. >>> That particular test org.apache.catalina.nonblocking.TestNonBlockingAPI > is >>>

Re: Broken unit test with APR

2016-08-31 Thread Violeta Georgieva
2016-08-31 14:03 GMT+03:00 Mark Thomas : > > On 31/08/2016 12:00, Violeta Georgieva wrote: > > > > > I committed a fix and now I'm executing the tests with APR. > > That particular test org.apache.catalina.nonblocking.TestNonBlockingAPI is > > OK with the fix. > > Thanks. I've confirmed that for W

Re: Broken unit test with APR

2016-08-31 Thread Mark Thomas
On 31/08/2016 12:00, Violeta Georgieva wrote: > I committed a fix and now I'm executing the tests with APR. > That particular test org.apache.catalina.nonblocking.TestNonBlockingAPI is > OK with the fix. Thanks. I've confirmed that for Windows and OSX so looking good. I'm running the full test

Re: Broken unit test with APR

2016-08-31 Thread Violeta Georgieva
2016-08-31 13:06 GMT+03:00 Violeta Georgieva : > > > > 2016-08-31 11:32 GMT+03:00 Violeta Georgieva : > > > > > > > > 2016-08-31 11:25 GMT+03:00 Mark Thomas : > > > > > > Hi, > > > > > > I'm running my last minute checks before tagging the 9.0.x and I'm > > > hitting a problem with the following te

Re: Broken unit test with APR

2016-08-31 Thread Violeta Georgieva
2016-08-31 11:32 GMT+03:00 Violeta Georgieva : > > > > 2016-08-31 11:25 GMT+03:00 Mark Thomas : > > > > Hi, > > > > I'm running my last minute checks before tagging the 9.0.x and I'm > > hitting a problem with the following test: > > > > org.apache.catalina.nonblocking.TestNonBlockingAPI > > > > It

Re: Broken unit test with APR

2016-08-31 Thread Violeta Georgieva
2016-08-31 11:25 GMT+03:00 Mark Thomas : > > Hi, > > I'm running my last minute checks before tagging the 9.0.x and I'm > hitting a problem with the following test: > > org.apache.catalina.nonblocking.TestNonBlockingAPI > > It passes with NIO and NIO2 but fails with APR in OSX and Windows. > > At a

Broken unit test with APR

2016-08-31 Thread Mark Thomas
Hi, I'm running my last minute checks before tagging the 9.0.x and I'm hitting a problem with the following test: org.apache.catalina.nonblocking.TestNonBlockingAPI It passes with NIO and NIO2 but fails with APR in OSX and Windows. At a guess, this is related to the ByteBuffer refactoring. Any