Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-18 Thread sebb
On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > Seems OK with Java 1.5.0_13 - tried 6 or so tests, and no failures. > > > > However, when I test with Java 1.6.0_03, I get the error: > > > > --- > > Test se

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-18 Thread Oleg Kalnichevski
> Seems OK with Java 1.5.0_13 - tried 6 or so tests, and no failures. > > However, when I test with Java 1.6.0_03, I get the error: > > --- > Test set: org.apache.http.nio.TestAll > --

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-18 Thread sebb
On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-01-18 at 02:28 +, sebb wrote: > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > On Fri, Jan 18, 2008 at 01:04:54AM +, sebb wrote: > > > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wro

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-18 Thread Oleg Kalnichevski
On Fri, 2008-01-18 at 02:28 +, sebb wrote: > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Fri, Jan 18, 2008 at 01:04:54AM +, sebb wrote: > > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > > On Thu, 2008-01-17 at 21:02 +, sebb wrote: >

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread sebb
On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > On Fri, Jan 18, 2008 at 01:04:54AM +, sebb wrote: > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > On Thu, 2008-01-17 at 21:02 +, sebb wrote: > > > > On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]>

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
On Fri, Jan 18, 2008 at 01:04:54AM +, sebb wrote: > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > On Thu, 2008-01-17 at 21:02 +, sebb wrote: > > > On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > I think I have found the probl

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread sebb
On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Thu, 2008-01-17 at 21:02 +, sebb wrote: > > On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > I think I have found the problem spot using my wife's dual-core Mac. I > > > > > suspect I have ne

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
On Thu, 2008-01-17 at 23:32 +, sebb wrote: > On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2008-01-16 at 23:06 +, sebb wrote: > > > > > Repeating "mvn test" shows the same Failure. > > > > > > Odd. > > > > > > The failures look rather similar - why should the

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
On Thu, 2008-01-17 at 21:02 +, sebb wrote: > On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > > > > I think I have found the problem spot using my wife's dual-core Mac. I > > > > suspect I have never been seeing those problems because my primary Linux > > > > system is

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread sebb
On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-01-16 at 23:06 +, sebb wrote: > > > Repeating "mvn test" shows the same Failure. > > > > Odd. > > > > The failures look rather similar - why should the first one be ignored? > > Perhaps a bug in Maven or Surefire. > >

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread sebb
On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > I think I have found the problem spot using my wife's dual-core Mac. I > > > suspect I have never been seeing those problems because my primary Linux > > > system is single-core. > > > > > > > Ah - my laptop is also dual-core

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
> > > > I think I have found the problem spot using my wife's dual-core Mac. I > > suspect I have never been seeing those problems because my primary Linux > > system is single-core. > > > > Ah - my laptop is also dual-core. > > > Thanks for all you help > > No problem. Sebastian, Anthony, et

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
On Thu, 2008-01-17 at 16:29 +0100, Stojce Dimski wrote: > Hi Oleg, > > > Writing synchronous test cases for asynchronous I/O is not an easy > > thing. Test cases are very ugly and flaky because most of the > > Maybe this thing can help: > > http://www.cs.umd.edu/projects/PL/multithreadedtc/over

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Stojce Dimski
Hi Oleg, > Writing synchronous test cases for asynchronous I/O is not an easy > thing. Test cases are very ugly and flaky because most of the Maybe this thing can help: http://www.cs.umd.edu/projects/PL/multithreadedtc/overview.html Cheers, Stojce ___ L

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread sebb
On 17/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-01-16 at 23:06 +, sebb wrote: > > > Repeating "mvn test" shows the same Failure. > > > > Odd. > > > > The failures look rather similar - why should the first one be ignored? > > Perhaps a bug in Maven or Surefire. > >

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-17 Thread Oleg Kalnichevski
On Wed, 2008-01-16 at 23:06 +, sebb wrote: > Repeating "mvn test" shows the same Failure. > > Odd. > > The failures look rather similar - why should the first one be ignored? > Perhaps a bug in Maven or Surefire. > Probably because they are not thrown in the test case itself but in the #t

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-16 Thread sebb
Ran mvn test, got the following stacktrace: Running org.apache.http.nio.TestAll org.apache.http.nio.reactor.IOReactorException: Failure accepting connection at org.apache.http.impl.nio.reactor.DefaultListeningIOReactor.processEvent(DefaultListeningIOReactor.java:103) at org.apach

[HttpCore] HttpCore 4.0-beta1 release packages preview (2nd take)

2008-01-16 Thread Oleg Kalnichevski
Sebastian et al I fixed the problem with the assembly descriptors. Packages now seem all right. Please review. Oleg On Tue, 2008-01-15 at 11:32 +0100, Oleg Kalnichevski wrote: > Folks, > > Please take a few minutes to review the release notes and release > packages. If I hear no complaints, I