Blazemeter / jmeter-http2-plugin

HTTP2 plugin for Apache JMeter
Apache License 2.0
45 stars 27 forks source link

Infinite loop is not taken into account for HTTP2 Async Controller #61

Closed baranskigl closed 8 months ago

baranskigl commented 9 months ago

Hi,

I'm using JMeter 5.5 and newest plugin 2.0.3. I try to create test plan with infinite loop (Thread Group setting) and thread lifetime duration 60s for bzm HTTP2 Async Controller.

It seems it is not working or maybe I misconfigured something.

image

It seems it's only one iteration happened.

image

Can you support here? Thanks in advance, Bartosz

3dgiordano commented 8 months ago

Hi @baranskigl

We were able to reproduce the problem. The problem occurs in both Thread Group and any other type of loop controller.

Thanks for reporting the issue.

baranskigl commented 8 months ago

Hi @3dgiordano,

thank you for your answer.

Do you plan to fix it soon?

/Bartosz

3dgiordano commented 8 months ago

Hi @baranskigl

Yes, I'm working in it.

It is possible that the fix to the problem will be available on GitHub today or tomorrow.

3dgiordano commented 8 months ago

Hi @baranskigl

New release with fixes released. You can access it from the Releases section on GitHub. https://github.com/Blazemeter/jmeter-http2-plugin/releases/tag/v2.0.5

It will be available in Plugin Manager in the next 24 hours.

Could you tell us if this version resolves the reported issue?

baranskigl commented 8 months ago

Hi @3dgiordano,

thank you.

Sure, I will inform you if provided fix is fine today/tomorrow.

3dgiordano commented 8 months ago

Hi @baranskigl

Did you have a chance to try the new version? Does the new version solve the problem reported in this issue?

baranskigl commented 8 months ago

Hi @3dgiordano,

sorry for delay. Yes, it works. Thank you.