Hi Oleg, I'll take a look at these failing test cases this week. There's no need to disable them just yet;
Best regards, Arturo On Tue, Oct 17, 2023 at 2:28 PM Oleg Kalnichevski <ol...@apache.org> wrote: > Hi Arturo > > I had to revive my 10 year old notebook and put Windows 11 on it. I am > aware it is quite old and under-powered. If I run HttpClient tests on it > I get several test case failures all related to BackoffManager > implementations. Ideally test cases ought not be failing even in > resource constrained environments. > > Would you have time to review those failing test cases or shall I > disable them? > > Oleg > > --- > [INFO] > [ERROR] Failures: > [ERROR] > TestAIMDBackoffManager.backoffDoesNotAdjustDuringCoolDownPeriod:111 > expected: <2> but was: <1> > [ERROR] > TestAIMDBackoffManager.probeDoesNotAdjustDuringCooldownPeriod:137 > expected: <5> but was: <6> > [ERROR] > TestLinearBackoffManager.backoffDoesNotAdjustDuringCoolDownPeriod:82 > expected: <5> but was: <6> > [ERROR] > TestLinearBackoffManager.probeDoesNotAdjustDuringCooldownPeriod:114 > expected: <3> but was: <2> > [INFO] > [ERROR] Tests run: 719, Failures: 4, Errors: 0, Skipped: 0 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org > For additional commands, e-mail: dev-h...@hc.apache.org > >