You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/01/09 17:11:07 UTC

DO NOT REPLY [Bug 26023] New: - HTTP Request : HTTP parameter not getting passed at concurrencies over 10.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26023>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26023

HTTP Request : HTTP parameter not getting passed at concurrencies over 10.

           Summary: HTTP Request : HTTP parameter not getting passed at
                    concurrencies over 10.
           Product: JMeter
           Version: 1.9.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: asokan02@netscape.net


Hello
In a test plan with 4 HTTP requests, we are using the HTTP parameter below to 
pass pass data between pages.  The name of the variable is Hidden ( of type 
hidden ) and the value is the result of the regex below. 

Name : Hidden
Value : ${__regexFunction(<INPUT type='hidden' name='([^']*)' value='([^']
*)'>,$2$,ALL,&Hidden=)}

This works good till the concurrency is around 10.  Above that we start to 
intermittently see HTTP requests where the "Hidden" variable has no value in 
the request (..&Hidden=&...) causing pages which expect this data to fail. This 
happens on Win NT as well as Solaris. It seemed to be happen less frequently on 
a 4 CPU solaris server compared to a single CPU solaris workstation or a single 
CPU WinNT PC.  

I hope the description above is clear. If you need more info please let me 
know. 
Thank you. 
Sandeep

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org