Bug 65364 - If controller debug message is not shown in Log Viewer panel
Summary: If controller debug message is not shown in Log Viewer panel
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: PC
: P2 normal (vote)
Target Milestone: JMETER_5.5
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-07 15:43 UTC by eR@SeR
Modified: 2021-06-07 15:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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