See 
<https://builds.apache.org/job/JMeter%20Ubuntu/398/display/redirect?page=changes>

Changes:

[pmouawad] Bug 61852 : View Results Tree: Add a Boundary Extractor Tester
Bugzilla Id: 61852

------------------------------------------
[...truncated 184.48 KB...]
   [concat]     at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 ~[?:1.8.0_152]
   [concat]     at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
~[?:1.8.0_152]
   [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
~[?:1.8.0_152]
   [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_152]
   [concat]     at 
org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
 [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) 
[ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490)
 [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-02-01 17:29:56,580 WARN o.a.j.p.t.s.TCPSampler: Unknown host 
for tcp://localhostXXXX:2223
   [concat] java.net.UnknownHostException: localhostXXXX
   [concat]     at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) 
~[?:1.8.0_152]
   [concat]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) 
~[?:1.8.0_152]
   [concat]     at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_152]
   [concat]     at 
org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java:168)
 [ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.protocol.tcp.sampler.TCPSampler.sample(TCPSampler.java:384) 
[ApacheJMeter_tcp.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:490)
 [ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-02-01 17:29:56,583 ERROR o.a.j.p.t.s.TCPSampler: Could not 
find protocol class 'org.foo.xxx'
     [echo] TCP_TESTS output files compared OK

batchtest:
     [echo] Starting JDBC_TESTS with file JDBC_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/JDBC_TESTS.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:29:59 UTC 2018 (1517506199631)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +      1 in 00:00:00 =    2.1/s Avg:   459 Min:   459 Max:  
 459 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +     20 in 00:00:01 =   24.4/s Avg:     2 Min:     0 Max:  
  19 Err:     0 (0.00%) Active: 0 Started: 2 Finished: 2
   [jmeter] summary =     21 in 00:00:01 =   16.1/s Avg:    23 Min:     0 Max:  
 459 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:30:01 UTC 2018 (1517506201866)
   [jmeter] ... end of run
   [concat] 2018-02-01 17:30:01,847 ERROR o.a.j.t.JMeterThread: Error while 
processing sampler: 'JDBC_With_Failing_PreProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null 
in JDBC PreProcessor
   [concat]     at 
org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45)
 ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessor.process(JDBCPreProcessor.java:33)
 ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.runPreProcessors(JMeterThread.java:847) 
~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:467)
 ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-02-01 17:30:01,855 ERROR o.a.j.t.JMeterThread: Error while 
processing sampler: 'JDBC_With_Failing_PostProcessor'.
   [concat] java.lang.IllegalArgumentException: Variable Name must not be null 
in JDBC PostProcessor
   [concat]     at 
org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessor.process(AbstractJDBCProcessor.java:45)
 ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessor.process(JDBCPostProcessor.java:33)
 ~[ApacheJMeter_jdbc.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.runPostProcessors(JMeterThread.java:837) 
~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:516)
 ~[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:416) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:250) 
[ApacheJMeter_core.jar:4.0-SNAPSHOT r1822889]
   [concat]     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   [concat] 2018-02-01 17:30:01,855 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL 
Problem in JDBC PreProcessor: java.sql.SQLSyntaxErrorException: unexpected 
token: USERS
   [concat] 2018-02-01 17:30:01,862 WARN o.a.j.p.j.p.AbstractJDBCProcessor: SQL 
Problem in JDBC PostProcessor: java.sql.SQLSyntaxErrorException: unexpected 
token: USERS
     [echo] JDBC_TESTS output files compared OK

batchtest:
     [echo] Starting JMS_TESTS with file JMS_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/JMS_TESTS.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:30:03 UTC 2018 (1517506203970)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +     22 in 00:00:26 =    0.9/s Avg:   722 Min:     0 Max:  
5177 Err:     0 (0.00%) Active: 1 Started: 4 Finished: 3
   [jmeter] summary +      5 in 00:00:13 =    0.4/s Avg:   623 Min:     1 Max:  
3000 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =     27 in 00:00:39 =    0.7/s Avg:   704 Min:     0 Max:  
5177 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:30:43 UTC 2018 (1517506243919)
   [jmeter] ... end of run
     [echo] JMS_TESTS output files compared OK

batchtest:
     [echo] Starting OS_TESTS with file OS_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/OS_TESTS.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:30:46 UTC 2018 (1517506246308)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      3 in 00:00:02 =    1.7/s Avg:   345 Min:     7 Max:  
1008 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:30:48 UTC 2018 (1517506248384)
   [jmeter] ... end of run
     [echo] OS_TESTS output files compared OK

batchtest:
     [echo] Starting FTP_TESTS with file FTP_TESTS.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/FTP_TESTS.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:30:50 UTC 2018 (1517506250342)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      6 in 00:00:02 =    2.4/s Avg:   193 Min:     8 Max:  
 965 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:30:53 UTC 2018 (1517506253780)
   [jmeter] ... end of run
     [echo] FTP_TESTS output files compared OK

batchtest:
     [echo] Starting Bug60607 with file Bug60607.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/Bug60607.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:30:55 UTC 2018 (1517506255838)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      2 in 00:00:31 =    0.1/s Avg: 15146 Min:   227 Max: 
30065 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:31:26 UTC 2018 (1517506286977)
   [jmeter] ... end of run
     [echo] Bug60607 output files compared OK

batchtest:
     [echo] Starting SlowCharsFeature_HttpClient4 with file 
SlowCharsFeature.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/SlowCharsFeature.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:31:29 UTC 2018 (1517506289423)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +      1 in 00:00:00 =    2.3/s Avg:   419 Min:   419 Max:  
 419 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary +      2 in 00:00:17 =    0.1/s Avg:  8183 Min:  5682 Max: 
10685 Err:     0 (0.00%) Active: 0 Started: 1 Finished: 1
   [jmeter] summary =      3 in 00:00:17 =    0.2/s Avg:  5595 Min:   419 Max: 
10685 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:31:47 UTC 2018 (1517506307159)
   [jmeter] ... end of run
     [echo] SlowCharsFeature_HttpClient4 output files compared OK

batchtest:
     [echo] Starting SlowCharsFeature_Java with file SlowCharsFeature.jmx using 
-X -Jjmeter.httpsampler=Java
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/SlowCharsFeature.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:31:49 UTC 2018 (1517506309664)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary +      2 in 00:00:12 =    0.2/s Avg:  5818 Min:   386 Max: 
11250 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
   [jmeter] summary =      2 in 00:00:12 =    0.2/s Avg:  5818 Min:   386 Max: 
11250 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:32:02 UTC 2018 (1517506322195)
   [jmeter] ... end of run
     [echo] SlowCharsFeature_Java output files compared OK

batchtest:
     [echo] Starting Http4ImplPreemptiveBasicAuth with file 
Http4ImplPreemptiveBasicAuth.jmx using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using 
testfiles/Http4ImplPreemptiveBasicAuth.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:32:04 UTC 2018 (1517506324239)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =     12 in 00:00:04 =    2.9/s Avg:    83 Min:    12 Max:  
 431 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:32:09 UTC 2018 (1517506329404)
   [jmeter] ... end of run
     [echo] Http4ImplPreemptiveBasicAuth output files compared OK

batchtest:
     [echo] Starting Http4ImplPreemptiveBasicAuth with file 
Http4ImplPreemptiveBasicAuth.jmx using -X -Jjmeter.httpsampler=Java
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using 
testfiles/Http4ImplPreemptiveBasicAuth.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:32:11 UTC 2018 (1517506331469)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =     12 in 00:00:04 =    3.1/s Avg:    51 Min:    12 Max:  
 430 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:32:16 UTC 2018 (1517506336143)
   [jmeter] ... end of run
     [echo] Http4ImplPreemptiveBasicAuth output files compared OK

batchtest:
     [echo] Starting TestKeepAlive with file TestKeepAlive.jmx using -X 
-Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using testfiles/TestKeepAlive.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:32:18 UTC 2018 (1517506338188)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      7 in 00:01:01 =    0.1/s Avg:    92 Min:    12 Max:  
 398 Err:     0 (0.00%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:33:20 UTC 2018 (1517506400147)
   [jmeter] ... end of run
     [echo] TestKeepAlive output files compared OK

batchtest:
     [echo] Starting ResponseDecompression with file ResponseDecompression.jmx 
using -X -Jdummy=dummy
   [jmeter] SLF4J: Class path contains multiple SLF4J bindings.
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: Found binding in 
[jar:<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/lib/opt/activemq-all-5.15.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]>
   [jmeter] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   [jmeter] SLF4J: Actual binding is of type 
[org.apache.logging.slf4j.Log4jLoggerFactory]
   [jmeter] Creating summariser <summary>
   [jmeter] Created the tree successfully using 
testfiles/ResponseDecompression.jmx
   [jmeter] Starting the test @ Thu Feb 01 17:33:22 UTC 2018 (1517506402205)
   [jmeter] Waiting for possible Shutdown/StopTestNow/Heapdump message on port 
4445
   [jmeter] summary =      6 in 00:00:02 =    3.3/s Avg:   255 Min:    15 Max:  
 713 Err:     1 (16.67%)
   [jmeter] Tidying up ...    @ Thu Feb 01 17:33:24 UTC 2018 (1517506404747)
   [jmeter] ... end of run

BUILD FAILED
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2971: The 
following error occurred while executing this line:
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/build.xml>:2777: CSV 
Files are not identical.
        
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/testfiles/ResponseDecompression.csv>
        HR1-GZIP,200,OK,Thread Group 1-1,text,true
HR2-GZIP,200,OK,Thread Group 1-1,text,true
HR1-DEFLATE,200,OK,Thread Group 1-1,text,true
HR2-DEFLATE,200,OK,Thread Group 1-1,text,true
HR-BROTLI,200,OK,Thread Group 1-1,text,true
HR-NoCompression,200,OK,Thread Group 1-1,text,true

        
<https://builds.apache.org/job/JMeter%20Ubuntu/ws/trunk/bin/ResponseDecompression.csv>
        HR1-GZIP,200,OK,Thread Group 1-1,text,true
HR2-GZIP,200,OK,Thread Group 1-1,text,true
HR1-DEFLATE,200,OK,Thread Group 1-1,text,true
HR2-DEFLATE,Non HTTP response code: java.io.EOFException,Non HTTP response 
message: Unexpected end of ZLIB input stream,Thread Group 1-1,text,false
HR-BROTLI,200,OK,Thread Group 1-1,text,true
HR-NoCompression,200,OK,Thread Group 1-1,text,true

Total time: 8 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Reply via email to