Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used
Summary: If Controller : Use expression by default and add a warning when the other mo...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 09:45 UTC by Philippe Mouawad
Modified: 2017-10-27 09:50 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2017-10-27 09:45:48 UTC
Current default using javascript evaluation break scalability of JMeter.
This feature will:
- switch this default to Expression evaluation
- Have a warning on screen showing how to use it. Warning will become red when user uncheck the right option
- Fix a bug where last settings of "Interpret Condition as Variable Expression" was used for next component due to lack of reset
Comment 1 Philippe Mouawad 2017-10-27 09:50:25 UTC
Author: pmouawad
Date: Fri Oct 27 09:50:06 2017
New Revision: 1813495

URL: http://svn.apache.org/viewvc?rev=1813495&view=rev
Log:
Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used
Bugzilla Id: 61675

Added:
    jmeter/trunk/xdocs/images/screenshots/if_controller_expression.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/if_controller_javascript.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/if_controller_variable.png   (with props)
Removed:
    jmeter/trunk/xdocs/images/screenshots/ifcontroller.png
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:10 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4549