buildbot failure in on jmeter-nightly

2018-08-30 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/1145 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave7_ubuntu Build Reason: The Nightly scheduler

[GitHub] jmeter issue #396: Fix to 62336

2018-08-30 Thread varan123
Github user varan123 commented on the issue: https://github.com/apache/jmeter/pull/396 I based my solution on discussion: https://stackoverflow.com/questions/32978936/why-actionevent-getactioncommand-returns-null If we want to receive key value, have sense to receive it directly

[GitHub] jmeter pull request #397: fix double requests when configure proxy with auth...

2018-08-30 Thread pmouawad
Github user pmouawad commented on a diff in the pull request: https://github.com/apache/jmeter/pull/397#discussion_r214180268 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java --- @@ -574,10 +574,12 @@ protected HTTPSampleResult sample(URL url,

Re: Release 5.0 ?

2018-08-30 Thread sebb
Regarding GPG signing, I use a removable drive to hold the private key. Provide the path name on the Ant command line: -Dgpg.secretKeyring=path-to-keyring On macos one can also use a password protected disk image file which is only mounted when needed. For Maven passwords (e.g. Nexus upload) one

Re: Release 5.0 ?

2018-08-30 Thread Vladimir Sitnikov
Milamber>I don't talk about maven, but the steps about gpg sign and ant rc_upload/publish. Sorry, I just made a couple of typos in "Ant". I'm sure there are lots of possibilities to make Ant gpg sign automated, and we need to investigate if that is possible to do that in Apache.

Re: Release 5.0 ?

2018-08-30 Thread Milamber
On 29/08/2018 11:52, Vladimir Sitnikov wrote: Milamber>credentials must be provided Maven can read credentials from settings.xml, etc, etc. I don't talk about maven, but the steps about gpg sign and ant rc_upload/publish. Milamber>Thus, a lot of steps are manual because the step need