You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/04/05 22:43:17 UTC

[Bug 59275] New: Post processor sequence error

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

            Bug ID: 59275
           Summary: Post processor sequence error
           Product: JMeter
           Version: 2.13
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: rkkreddy@gmail.com

Created attachment 33729
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33729&action=edit
Jmeter_PostPocessor_Sequence_Error

I have 2 post processors(Regular expression and BSF) and an assertion(Response)
under a request.
Also I have a 'JSR223 Post Processor' which is applicable for all the requests.

I expect to get the post processors and assertion under the request to be
executed immediately after the request. But currently 'JSR223 Post Processor'
which is at the global level, is getting executed before request level post
processors and assertions.

Please see the attached snapshot for reference. Current behavior is in red and
expected is in green.

Please let me know if you need more details.

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

[Bug 59275] Post processor sequence error

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59275

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Sebb <se...@apache.org> ---
Bugzilla is not a support forum.
Please subscribe to JMeter user list and ask there.
Note that Post-Ps are called after *every* sampler in scope. 
Check your samplers.

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