bluemike1676 commented on issue #4845:
URL: https://github.com/apache/jmeter/issues/4845#issuecomment-2308921073
I have encountered the same issue (functions not apparently loading on
worker node started with jmeter-server.bat on windows machine). I wondered if
the above issue has been solved and if so what the solution is. I see there was
some progress but not sure if that solved the issue. In my case I have three
identical machines with just Java and JMeter installed. On all three machines
the JMeter script and data files run fine locally either interactively or as a
batch job. But when I use two machines as worker nodes and one as the
controlling node, the script runs fine on the workers except the __P and
__property functions at least are not running and so the variables the __P
function is used to populate just contains '${__P(runID)}' as the variable
value. I am using the -J and -G parameters with the JMeter .bat file on the
master node to start the job and pass across a value for the runID property. I
can see from the debug logs that the -G parameter seems to be working and the
global
property values (ie for the 'runID' property) are passed across to the worker
nodes but then the __P() function doesn't run to put the value of global
property into a local variable. Thanks. Mike
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]