https://issues.apache.org/bugzilla/show_bug.cgi?id=54685
--- Comment #8 from Sebb <[email protected]> --- Looks like the problem is partly one of timing: the properties are passed across, but the class that uses them has already been loaded and has already fetched the value of the property. However, that is not the only problem: it should be possible to change the variable names between test runs. The work-round is to ensure eaxctly the same set of variables is defined in every JMeter instance. [This is obviously error-prone, which is why the client tries to tell the servers what variables to save at test startup]. -- You are receiving this mail because: You are the assignee for the bug.
