https://bz.apache.org/bugzilla/show_bug.cgi?id=64704

Felix Schumacher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #4 from Felix Schumacher <[email protected]> ---
This seems to be a case of complex regex combined with a "big" text-body. Java
has not the best regex implementation and it can't be interrupted by a simple
interrupt call.

You can try to use other means to extract the information you are seeking to
get better performance. Look at the JSON extractors that JMeter ships with.

The regex you provided seems to be very brittle, as it will break whenever a
field in the JSON body is added/deleted/moved.

I think it would be best to ask those questions on the users mailing list.

P.S. I dislike the usage of third party plugins for simple test cases. If you
want to generate a simple request/response body, you could use the JSR223
Sampler and add a simple String in it. It will be returned as the request body.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to