Re: Hanging test due to no timeout set / hanging sampler and Test duration

2017-11-26 Thread Antonio Gomes Rodrigues
Hi, I have had this problem not long ago and I confirm it's very confusing I don't think add a default timeout for HTTP sampler is a good idea, because the value will depend a lot of the tested application. And sometime 60 secondes is not enough I prefer option 1 Antonio 2017-11-24 14:44

Re: Remove comments about object ages in bin/jmeter

2017-11-26 Thread Graham Russell
+1 to remove the link (or replace with a modern alternative?) +0 to remove the text On Sun, 26 Nov 2017 at 21:35 Antonio Gomes Rodrigues wrote: > Hi, > > In bin/jmeter we have > > # > # Original page has disappeared, it is now only available at: > # > >

Remove comments about object ages in bin/jmeter

2017-11-26 Thread Antonio Gomes Rodrigues
Hi, In bin/jmeter we have # # Original page has disappeared, it is now only available at: # https://web.archive.org/web/20060614151434/http://www.atg.com/portal/myatg/developer?paf_dm=full_gear_id=1100010=true=9606 # # JMeter objects can generally be grouped into three life-length groups: # # -

[GitHub] jmeter issue #343: Reduced the size of all screenshots.

2017-11-26 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/jmeter/pull/343 # [Codecov](https://codecov.io/gh/apache/jmeter/pull/343?src=pr=h1) Report > Merging [#343](https://codecov.io/gh/apache/jmeter/pull/343?src=pr=desc) into

[GitHub] jmeter pull request #343: Reduced the size of all screenshots.

2017-11-26 Thread ham1
GitHub user ham1 opened a pull request: https://github.com/apache/jmeter/pull/343 Reduced the size of all screenshots. ## Description Reduced size of all png screenshots using: `pngquant -f --ext .png --quality 70-95 *.png`. Most were only reduced marginally but some were

[GitHub] jmeter issue #342: More edge cases for changeCase function and slight behavi...

2017-11-26 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/342 +1 for trim Ok for me to merge. ---