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 2003/06/08 21:29:11 UTC

DO NOT REPLY [Bug 20590] New: - CompoundVariable - ignore function call errors

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=20590>.
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=20590

CompoundVariable - ignore function call errors

           Summary: CompoundVariable - ignore function call errors
           Product: JMeter
           Version: 1.9RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: tjsb@slb.com


Test Plan element allows multiple variables to be defined, and supports the 
use of functions. This can be very useful.

Unfortunately, at present, if there is an error in any of the function calls 
(e.g. wrong number of parameters) none of the functions are evaluated. If 
several functions are involved, it can be tricky to find the one that is at 
fault.

The patch (to follow) changes this behaviour to treat invalid function calls 
as if they were strings. It is then obvious which functions have not worked.

The patch also makes some logging changes.

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