Skip to content

Requests are delayed while recording #24

@jpexprealty

Description

@jpexprealty

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions