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 2014/04/09 16:02:10 UTC

[Bug 56376] New: when using remote the 'http url re-writing modifier' doesn't seem to work

https://issues.apache.org/bugzilla/show_bug.cgi?id=56376

            Bug ID: 56376
           Summary: when using remote the 'http url re-writing modifier'
                    doesn't seem to work
           Product: JMeter
           Version: 2.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: rod.norfor@open.ac.uk

With a script if I have a 'http url re-writing modifier' element to extract a
variable, in our case 'sesskey'.

I can run the script via the gui fine.

If I attempt to run via a remote jmeter-server, even on the same machine the
script will fail to pass the 'sesskey' with any requests. The sesskey is added
as a parameter to the request but the value is not populated.

This seems to be something that was introduced between 2.8 and 2.9,

I have tried the nightly build r1585833 which still seems to have the same
issue with remotes.

Please let me know if you require any further information.

Thanks.

Rod Norfor

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

[Bug 56376] when using remote the 'http url re-writing modifier' doesn't seem to work

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

Rod Norfor <ro...@open.ac.uk> changed:

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

--- Comment #4 from Rod Norfor <ro...@open.ac.uk> ---
I assume I need to change this back to new... the text doesn't state what I
should change the status to 'This bug currently requires additional information
before it can be dealt with. If you are providing the requested information,
please change the bug status back to .'

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

[Bug 56376] When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|When using Distributed      |When using Distributed
                   |Testing 'http url           |Testing 'HTTP URL
                   |re-writing modifier' does   |Re-writing Modifier' and
                   |not work                    |'HTML Link Parser' do not
                   |                            |work

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

[Bug 56376] when using remote the 'http url re-writing modifier' doesn't seem to work

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

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Thanks for detailed report.

Your issue has been introduced by the switch from:
mode=Standard
to 
mode=MODE_STRIPPED_BATCH

As a workaround, you can switch back to it by setting :
mode=Standard

But this mode is not great for good performances in distributed mode.

We are working on issue, give us some time.

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

[Bug 56376] when using remote the 'http url re-writing modifier' doesn't seem to work

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Thanks for report.
Could you provide a simple test plan showing issue ?
You could use Java Request populating ResultData with some sample content and
using Debug Sampler to show issue.
Thank you

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

[Bug 56376] When using Distributed Testing 'http url re-writing modifier' does not work

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
            Summary|when using remote the 'http |When using Distributed
                   |url re-writing modifier'    |Testing 'http url
                   |doesn't seem to work        |re-writing modifier' does
                   |                            |not work
                 OS|Linux                       |All
           Severity|normal                      |regression

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

[Bug 56376] when using remote the 'http url re-writing modifier' doesn't seem to work

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

--- Comment #3 from Rod Norfor <ro...@open.ac.uk> ---
Created attachment 31667
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31667&action=edit
sample application

sample application, which demonstrates issue

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

[Bug 56376] When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|When using Distributed      |When using Distributed
                   |Testing 'HTTP URL           |Testing 'HTTP URL
                   |Re-writing Modifier' and    |Re-writing Modifier' and
                   |'HTML Link Parser' do not   |'HTML Link Parser' do not
                   |work                        |work with default mode nor
                   |                            |stripping modes

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

[Bug 56376] when using remote the 'http url re-writing modifier' doesn't seem to work

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

--- Comment #2 from Rod Norfor <ro...@open.ac.uk> ---
Created attachment 31666
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31666&action=edit
sample test script

This test script works fine in 2.7 (remote and local) but in 2.9 and r1585833
only the local execution works correctly, in 2.8+ when using remote the
form_key value is not attached to the post request.

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