Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests are delayed while recording #24

Open
jpexprealty opened this issue Nov 16, 2021 · 2 comments
Open

Requests are delayed while recording #24

jpexprealty opened this issue Nov 16, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jpexprealty
Copy link

jpexprealty commented Nov 16, 2021

Describe the bug
While recording the scenario with bzm correlation recorder plugin, requests are not captured in the expected order.
For example:

The expected order is:

  1. request1
  2. request2
  3. request3(values passed in this request depends on the response of request1)

Order obtained is:

  1. request3(values passed in this request depends on the response of request1)
  2. request2
  3. request1

Since request1 is captured only after request3, the autocorrelation is not working at this point.
But when used with HTTPS Test script recorder, request are captured in the expected order.

It would be time-saving if this issue is resolved. Kindly do the needful.

Environment

Let us know in which versions of these tools the error occurs:

  • JMeter's version: v5.4.1
  • Correlation Recorder's version: v1.2
  • Plugin Manager's version: v1.6
  • Protocol Information: Mendix Platform

Expected behavior

The expected order is:

  1. request1
  2. request2
  3. request3(values passed in this request depends on the response of request1)

Please refer to previous occurrence of this same issue, in ticket "Requests are delayed while recording #22"

@RicardoPoleo
Copy link
Contributor

Hello @jpexprealty,

Thanks for taking the time to report this issue, we really appreciate it!

We are aware of this behavior for JMeter versions 5.4 and later, and we will release a new version with a fix in the near future.

In the meanwhile, we usually recommend, until this issue is fixed, that you use JMeter 5.2.1 or 5.3 to avoid this inconvenience. Is that an option for you?

Regarding issue #22, the JMeter version was 5.1.1, and when version v1.2 of the Correlation Recorder Plugin was released, it appears it didn't present more inconveniences, as far as the user reported.

Hope this helps and, when we fix that issue, I'll come and let you know, so you can try it out.

Please let me know if you have any other issues.

Happy Hacking!

@RicardoPoleo RicardoPoleo added the bug Something isn't working label Nov 17, 2021
@3dgiordano
Copy link
Contributor

Hi @jpexprealty

We made a release with several compatibility improvements.
Could you carry out tests with this version and tell us if it solves the problems reported?

https://github.com/Blazemeter/CorrelationRecorder/releases/tag/v1.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants