tsung icon indicating copy to clipboard operation
tsung copied to clipboard

setdynvars using eval results in an error if there are <<binarys>> in the code

Open cseagull opened this issue 7 years ago • 1 comments
trafficstars

When using dynamic variables to generate erlang code (sourcetype="eval) - I get a fatal config error {fatal, {unexpected_char, {file,"/root/.tsung/tsung.xml"}, {line,23}, {col,29}}} because of the binary in the code <<A:32>>

cseagull avatar Dec 21 '17 12:12 cseagull

@cseagull Can you provide a full XML example? Reading this it looks like an XML escaping problem, because I use this all the time without any problem.

tisba avatar May 30 '18 15:05 tisba