Author: pmouawad
Date: Mon May 1 14:16:25 2017
New Revision: 1793347
URL: http://svn.apache.org/viewvc?rev=1793347&view=rev
Log:
Bug 61056 - HTTP : Support brotli decoding
Add Debug to understand failure
Bugzilla Id: 61056
Modified:
jmeter/trunk/bin/testfiles/ResponseDecompression.jmx
Modified: jmeter/trunk/bin/testfiles/ResponseDecompression.jmx
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/ResponseDecompression.jmx?rev=1793347&r1=1793346&r2=1793347&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/ResponseDecompression.jmx (original)
+++ jmeter/trunk/bin/testfiles/ResponseDecompression.jmx Mon May 1 14:16:25
2017
@@ -21,8 +21,8 @@
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path"></stringProp>
<stringProp name="HTTPSampler.concurrentPool">6</stringProp>
- <stringProp name="HTTPSampler.connect_timeout"></stringProp>
- <stringProp name="HTTPSampler.response_timeout"></stringProp>
+ <stringProp name="HTTPSampler.connect_timeout">2000</stringProp>
+ <stringProp name="HTTPSampler.response_timeout">5000</stringProp>
</ConfigTestElement>
<hashTree/>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager"
testname="HTTP Header Manager" enabled="true">
@@ -37,7 +37,7 @@
</elementProp>
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
- <stringProp name="Header.value"> en-US,en;q=0.5</stringProp>
+ <stringProp name="Header.value">en-US,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Cache-Control" elementType="Header">
<stringProp name="Header.name">Cache-Control</stringProp>
@@ -378,6 +378,42 @@
<stringProp name="filename">ResponseDecompression.xml</stringProp>
</ResultCollector>
<hashTree/>
+ <ResultCollector guiclass="SimpleDataWriter" testclass="ResultCollector"
testname="Simple Data Writer" enabled="true">
+ <boolProp name="ResultCollector.error_logging">false</boolProp>
+ <objProp>
+ <name>saveConfig</name>
+ <value class="SampleSaveConfiguration">
+ <time>true</time>
+ <latency>true</latency>
+ <timestamp>false</timestamp>
+ <success>true</success>
+ <label>true</label>
+ <code>true</code>
+ <message>true</message>
+ <threadName>true</threadName>
+ <dataType>true</dataType>
+ <encoding>true</encoding>
+ <assertions>true</assertions>
+ <subresults>true</subresults>
+ <responseData>true</responseData>
+ <samplerData>true</samplerData>
+ <xml>true</xml>
+ <fieldNames>false</fieldNames>
+ <responseHeaders>true</responseHeaders>
+ <requestHeaders>true</requestHeaders>
+ <responseDataOnError>false</responseDataOnError>
+
<saveAssertionResultsFailureMessage>true</saveAssertionResultsFailureMessage>
+ <assertionsResultsToSave>0</assertionsResultsToSave>
+ <sentBytes>true</sentBytes>
+ <fileName>true</fileName>
+ <threadCounts>true</threadCounts>
+ <sampleCount>true</sampleCount>
+ <idleTime>true</idleTime>
+ </value>
+ </objProp>
+ <stringProp
name="filename">ResponseDecompressionFullDebug.xml</stringProp>
+ </ResultCollector>
+ <hashTree/>
</hashTree>
<WorkBench guiclass="WorkBenchGui" testclass="WorkBench"
testname="WorkBench" enabled="true">
<boolProp name="WorkBench.save">true</boolProp>