If controller debug message is not shown in Log Viewer panel
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**eR@SeR** ([Bug 65364](https://bz.apache.org/bugzilla//show_bug.cgi?id=65364&redirect=false)):
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
Version: Nightly
Severity: normal
OS:
Contributor guide
Assessment
This issue has not been assessed yet.