Bug 65364

Summary: If controller debug message is not shown in Log Viewer panel
Product: JMeter - Now in Github Reporter: eR@SeR <nalexic>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: JMETER_5.5   
Hardware: PC   
OS:    

Description eR@SeR 2021-06-07 15:43:57 UTC
Hello,

When debug option is enabled on If controller ("Enable debug" Ctrl+Shift+D in Help menu), controller is filled with some valid expression like ${__groovy(1 == 1,)} or ${__groovy(1 == 2,)} and "Interpret Condition as Variable Expression" option is checked, message like:

DEBUG o.a.j.c.IfController:     getCondition() : [true]
DEBUG o.a.j.c.IfController:     >> evaluate Condition -  [false] results is  [true]

OR

DEBUG o.a.j.c.IfController:     getCondition() : [false]
DEBUG o.a.j.c.IfController:     >> evaluate Condition -  [false] results is  [false]

is not shown in Log Viewer panel when the test is run, as it's shown when "Interpret Condition as Variable Expression" is not checked.

Jmeter 5.5 773cdc1
Microsoft Windows 10 Enterprise 64-bit
java version "15.0.1" 2020-10-20
Comment 1 The ASF infrastructure team 2022-09-24 20:38:22 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5548