You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/05/01 11:46:34 UTC

[Bug 64367] UDV defined in test plan failed to be expanded in distributed testing mode

https://bz.apache.org/bugzilla/show_bug.cgi?id=64367

--- Comment #13 from Felix Schumacher <fe...@internetallee.de> ---
I can reproduce the issue.

The problem seems to be, that the BASE_FILENAME property used in the is Simple
Data Writer is evaluated on the master (not on the controlled client). But the
master is not set to "RUNNING". Therefore the property is not evaluated and we
get the raw string back. The corresponding log line is:

08:24:05.692 [main] DEBUG
org.apache.jmeter.testelement.property.AbstractProperty - Not running version,
return raw function string

I am unsure, what to do about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.