mirror of https://github.com/apache/jmeter.git
Fix test failure
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1780487 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5559438b23
This commit is contained in:
parent
30178fe728
commit
5fc51704c4
|
|
@ -56,7 +56,8 @@
|
|||
<stringProp name="script">import org.apache.jmeter.util.JMeterUtils;
|
||||
|
||||
JMeterUtils.setProperty("httpclient.socket.http.cps","1500");
|
||||
JMeterUtils.setProperty("httpclient.socket.https.cps","1500");</stringProp>
|
||||
JMeterUtils.setProperty("httpclient.socket.https.cps","1500");
|
||||
SampleResult.setBytes(0);</stringProp>
|
||||
<stringProp name="scriptLanguage">groovy</stringProp>
|
||||
</JSR223Sampler>
|
||||
<hashTree/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testResults version="1.2">
|
||||
<sample s="true" lb="JSR223 Sampler" rc="200" rm="OK" tn="setUp Thread Group 1-1" dt="text" by="4"/>
|
||||
<sample s="true" lb="JSR223 Sampler" rc="200" rm="OK" tn="setUp Thread Group 1-1" dt="text" by="0"/>
|
||||
<httpSample s="true" lb="ApacheJMeter-HP-NonSecure" rc="206" rm="Partial Content" tn="Thread Group 1-1" dt="text" by="7359">
|
||||
<assertionResult>
|
||||
<name>RA_206</name>
|
||||
|
|
|
|||
Loading…
Reference in New Issue