2017-03-09 14:42 GMT+01:00 sebb <seb...@gmail.com>: > On 9 March 2017 at 08:52, Maxime Chassagneux > <maxime.chassagn...@gmail.com> wrote: > > Hello, > > > > I can't variabilize parameter of BackendListener when I start a run via > > remote test. > > None of the value is replace. > > > > If I put something like this : > > > > influxdbUrl => ${__P(influxdbUrl, http://xxx.fr/influxdb_query/write?db= > > qualif} > > Where exactly did you use this? >
Here : https://www.dropbox.com/s/s569388q4s9x2c4/2017-03-09_145548.png?dl=0 > > > It cause one error : > > > > 2017-03-09 08:46:36,232 ERROR o.a.j.s.RemoteListenerWrapper: > > testStarted(host) on tlsqninjec10:7080 > > java.lang.IllegalStateException: Failed calling setupTest > > Caused by: java.net.MalformedURLException: no protocol: > ${__P(influxdbUrl, > > http://xxx.fr/influxdb_query/write?db=qualif)} > > That indicates that the string is not being parsed for variable references. > > > Of course it work localy. > > > > Is it normal ? Any tips ? Where I have to start looking for fix it ? > > The BackendListener code. Add some debug if necessary. > I will try :)