[GitHub] jmeter issue #261: Clear querystring args on each call to setPath

2017-05-26 Thread squarebracket
Github user squarebracket commented on the issue: https://github.com/apache/jmeter/pull/261 In that case I will manually clear the query parameters from my inherited sampler class. Thank you for your time. --- If your project is set up for it, you can reply to this email

[GitHub] jmeter issue #261: Clear querystring args on each call to setPath

2017-05-25 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/261 Hello @squarebracket , Sorry for late reply. Thinking about it rapidly, I think your analysis is good if we were writing a new API. But I am afraid some code in JMeter relies on this

[GitHub] jmeter issue #261: Clear querystring args on each call to setPath

2017-02-07 Thread squarebracket
Github user squarebracket commented on the issue: https://github.com/apache/jmeter/pull/261 I've added a test. I verified that it failed without the fix, passes with it. I also had to change around the test

[GitHub] jmeter issue #261: Clear querystring args on each call to setPath

2017-02-07 Thread squarebracket
Github user squarebracket commented on the issue: https://github.com/apache/jmeter/pull/261 That's a very good idea. I don't have very much experience with testing in Java, but I'll see what I can manage. Is the Travis job the right command to run for testing? (`ant