Jenkins build is back to normal : JMeter-trunk #6941

2018-10-16 Thread Apache Jenkins Server
See 




Build failed in Jenkins: JMeter-trunk #6940

2018-10-16 Thread Apache Jenkins Server
See 


Changes:

[fschumacher] Use static strings first when comparing strings

Followup to r1843941. Relates to #409.

[fschumacher] Add missing License header

Followup to r1844031

Render uninitialized min and max values in Summary Report as `#N/A`

In the Summary Report min and max values are initialized with
`Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them.

Those initial values are looking weird in the rendered view.
Hide them by replacing the extrema by the text `#N/A`.

Closes #407 on github
Bugzilla Id: 62822

[fschumacher] Render uninitialized min and max values in Summary Report as 
`#N/A`

In the Summary Report min and max values are initialized with
`Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them.

Those initial values are looking weird in the rendered view.
Hide them by replacing the extrema by the text `#N/A`.

Closes #407 on github
Bugzilla Id: 62822

--
[...truncated 607.03 KB...]
[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.005 sec
[junit] Running org.apache.jmeter.functions.TestSimpleFunctions
[junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.04 sec
[junit] Running org.apache.jmeter.functions.TestTimeFunction
[junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.01 sec
[junit] Running org.apache.jmeter.functions.TestTimeRandomDateFunction
[junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.083 sec
[junit] Running org.apache.jmeter.functions.TestTimeShiftFunction
[junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.056 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.002 sec
[junit] Running org.apache.jmeter.gui.action.TestLoad
[junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.035 sec
[junit] Running org.apache.jmeter.gui.action.TestSave
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.007 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.008 sec
[junit] Running org.apache.jmeter.junit.JMeterTest
[junit] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.795 sec
[junit] Running org.apache.jmeter.listeners.TestResultAction
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.006 sec
[junit] Running 
org.apache.jmeter.protocol.http.config.MultipartUrlConfigTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.006 sec
[junit] Running org.apache.jmeter.protocol.http.config.UrlConfigTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.004 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestAuthManager
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.007 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestAuthorization
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.002 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestCacheManagerHC4
[junit] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
12.809 sec
[junit] Running 
org.apache.jmeter.protocol.http.control.TestCacheManagerUrlConnection
[junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
12.767 sec
[junit] Running org.apache.jmeter.protocol.http.control.TestDNSCacheManager
[junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.351 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 #407: Render min and max values in Summary Report as `#N...

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

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


---