[GitHub] [jmeter] DDDHuang commented on pull request #637: add: tcp record proxy

2020-12-20 Thread GitBox
DDDHuang commented on pull request #637: URL: https://github.com/apache/jmeter/pull/637#issuecomment-748715121 I have updated saveservice.properties in new commit. Thank you for your suggestion. This is an automated

Re: Setting better defaults for HTTP request

2020-12-20 Thread Philippe Mouawad
Hello, I tried implementing it by modifying in those 2 methods the default value - https://github.com/apache/jmeter/blob/master/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java#L838 -

Jenkins build is back to normal : JMeter » JMeter-trunk #182

2020-12-20 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter » JMeter-trunk #181

2020-12-20 Thread Apache Jenkins Server
See Changes: [Philippe Mouawad] Daklaf LAF: Menu navigation not working with keyboard shortcuts -- [...truncated 280.30 KB...] at

Re: Setting better defaults for HTTP request

2020-12-20 Thread Antonio Gomes Rodrigues
Hi +1 to me to put default timeout Le dim. 20 déc. 2020 à 18:44, Graham Russell a écrit : > I agree, setting those as defaults is much better than infinite and less > concerning than 10s/60s. > > They probably won't do much to stop people complaining about JMeter hanging > on shutdown, > was

Re: Setting better defaults for HTTP request

2020-12-20 Thread Graham Russell
I agree, setting those as defaults is much better than infinite and less concerning than 10s/60s. They probably won't do much to stop people complaining about JMeter hanging on shutdown, was this lack of default timeout the root cause of those complaints or is there something else we can do with

Re: Setting better defaults for HTTP request

2020-12-20 Thread Philippe Mouawad
Hello, Let’s do that Thanks for feedback On Sunday, December 20, 2020, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Am Samstag, den 19.12.2020, 17:10 +0100 schrieb Philippe Mouawad: > > Hello > > > > Currently we don't set neither connect nor read timeout which means > > they

Re: Setting better defaults for HTTP request

2020-12-20 Thread Felix Schumacher
Am Samstag, den 19.12.2020, 17:10 +0100 schrieb Philippe Mouawad: > Hello > > Currently we don't set neither connect nor read timeout which means > they > default to infinite. > I don't think those are good defaults and users frequently think > JMeter is > hanging. > > Shouldn't we set better