Jenkins build is unstable: JMeter-trunk #6809

2018-06-16 Thread Apache Jenkins Server
See 




Build failed in Jenkins: JMeter-trunk #6808

2018-06-16 Thread Apache Jenkins Server
See 


Changes:

[fschumacher] Make delegation of credentials in SPNEGO possible again.

Newer versions of httpcomponents-client (at least in the 4.x branch) removed 
the ability to delegate
kerberos credentials via SPNEGO. This will make it possible to re-enable 
delegation by specifying
a system property.

Bugzilla Id: 62462
Closes #387 on github

--
[...truncated 543.73 KB...]
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.254 sec
[junit] Running org.apache.jmeter.functions.TestJavascriptFunctionWithRhino
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.615 sec
[junit] Running org.apache.jmeter.functions.TestJexl2Function
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.184 sec
[junit] Running org.apache.jmeter.functions.TestJexl3Function
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.266 sec
[junit] Running org.apache.jmeter.functions.TestMachineIPName
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.006 sec
[junit] Running org.apache.jmeter.functions.TestRandomFromMultipleVars
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running org.apache.jmeter.functions.TestRegexFunction
[junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.022 sec
[junit] Running org.apache.jmeter.functions.TestSamplerNameFunction
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.004 sec
[junit] Running org.apache.jmeter.functions.TestSetProperty
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.003 sec
[junit] Running org.apache.jmeter.functions.TestSimpleFunctions
[junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.035 sec
[junit] Running org.apache.jmeter.functions.TestTimeFunction
[junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.013 sec
[junit] Running org.apache.jmeter.functions.TestTimeRandomDateFunction
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.082 sec
[junit] Running org.apache.jmeter.functions.TestTimeShiftFunction
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.078 sec
[junit] Running org.apache.jmeter.functions.TestUrlEncodeDecode
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running org.apache.jmeter.functions.VariableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running org.apache.jmeter.gui.action.TestLoad
[junit] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.335 sec
[junit] Running org.apache.jmeter.gui.action.TestSave
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.008 sec
[junit] Running org.apache.jmeter.gui.logging.TestGuiLogEventAppender
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.044 sec
[junit] Running org.apache.jmeter.gui.util.JSyntaxTextAreaTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.007 sec
[junit] Running org.apache.jmeter.junit.JMeterTest
[junit] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.094 sec
[junit] Running org.apache.jmeter.listeners.TestResultAction
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running 
org.apache.jmeter.protocol.http.config.MultipartUrlConfigTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.011 sec
[junit] Running org.apache.jmeter.protocol.http.config.UrlConfigTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestAuthManager
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.016 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestAuthorization
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.005 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerHC4
[junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
12.765 sec
[junit] Running 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
12.759 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestDNSCacheManager
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.41 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestHC4CookieManager
[junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time 

[GitHub] jmeter pull request #389: Open different RemoteObjects on different ports.

2018-06-16 Thread FSchumacher
GitHub user FSchumacher opened a pull request:

https://github.com/apache/jmeter/pull/389

Open different RemoteObjects on different ports.

## Description


When using RMI over SSL with fixed `client.rmi.localport` JMeter currently 
throws an exception as it has problems to bind RemoteObjects to the same port 
more than once.
This change will use offsets for the different RemoteObjects, so that it 
will be possible again to use a fixed port for those RMI objects.
There is another bug in JMeter, that prevents a complete fix: Some of the 
remote listeners will get initialized twice in GUI mode. That will lead to some 
similar problems.

## Motivation and Context


This bug was reported on the [users mailing 
list](https://lists.apache.org/thread.html/2de9386fb0f0c073eb9602837338c60981f1d22ded85661424ffa83e@%3Cuser.jmeter.apache.org%3E)
  and on [SO as "unable to start jmeter 4.0 client with ssl 
rmi"](https://stackoverflow.com/questions/50752126/unable-to-start-jmeter-4-0-client-with-ssl-rmi).

## How Has This Been Tested?



Ran the tests and started a simple distributed setup with RMI over SSL.

## Screenshots (if appropriate):

## Types of changes

- Bug fix (non-breaking change which fixes an issue)

## Checklist:


- [x] My code follows the [code style][style-guide] of this project.
- [x] I have updated the documentation accordingly.

[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/FSchumacher/jmeter fix-rmi-localports

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/389.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #389


commit 6825ad4f1632681ce221daa1d468694294081b05
Author: Felix Schumacher 
Date:   2018-06-16T14:11:33Z

Open different RemoteObjects on different ports.




---


Re: Fwd: [Bug 62462] Re-enable credential delegation for SPNEGO

2018-06-16 Thread Felix Schumacher




Am 16.06.2018 um 15:43 schrieb Philippe Mouawad:

Hello,
I have been recently adding to fixed bugs :
- a target milestone
- a fixedintrunk label

This allows easy identification in bugzilla of upcoming fixes and remaining
work when fixedintrunk is missing.

what’s your thoughts ?
I think it is a nice addition and was amazed at your speed to add those 
on this bug entry :)


Felix



Regards

-- Forwarded message --
From: 
Date: Saturday, June 16, 2018
Subject: [Bug 62462] Re-enable credential delegation for SPNEGO
To: iss...@jmeter.apache.org


https://bz.apache.org/bugzilla/show_bug.cgi?id=62462

Philippe Mouawad  changed:

What|Removed |Added

Keywords||FixedInTrunk
Target Milestone|--- |JMETER_4.1
  CC||p.mouawad@ubik-ingenierie.c
||om





Fwd: [Bug 62462] Re-enable credential delegation for SPNEGO

2018-06-16 Thread Philippe Mouawad
Hello,
I have been recently adding to fixed bugs :
- a target milestone
- a fixedintrunk label

This allows easy identification in bugzilla of upcoming fixes and remaining
work when fixedintrunk is missing.

what’s your thoughts ?

Regards

-- Forwarded message --
From: 
Date: Saturday, June 16, 2018
Subject: [Bug 62462] Re-enable credential delegation for SPNEGO
To: iss...@jmeter.apache.org


https://bz.apache.org/bugzilla/show_bug.cgi?id=62462

Philippe Mouawad  changed:

   What|Removed |Added

   Keywords||FixedInTrunk
   Target Milestone|--- |JMETER_4.1
 CC||p.mouawad@ubik-ingenierie.c
   ||om

-- 
You are receiving this mail because:
You are the assignee for the bug.


-- 
Cordialement.
Philippe Mouawad.
Ubik-Ingénierie

UBIK LOAD PACK Web Site 

UBIK LOAD PACK on TWITTER 


[GitHub] jmeter pull request #387: Add delegation for SPNEGO back to JMeter

2018-06-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/387


---