This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit bfba808843178a50ecae56012ae1859ecca5c5af Author: pmouawad <[email protected]> AuthorDate: Mon Jul 22 17:09:54 2019 +0200 Add think time to avoid 403 --- bin/testfiles/ResponseDecompression.jmx | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/bin/testfiles/ResponseDecompression.jmx b/bin/testfiles/ResponseDecompression.jmx index fc44680..779270a 100644 --- a/bin/testfiles/ResponseDecompression.jmx +++ b/bin/testfiles/ResponseDecompression.jmx @@ -146,6 +146,18 @@ <hashTree/> </hashTree> </hashTree> + <TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think Time" enabled="true"> + <intProp name="ActionProcessor.action">1</intProp> + <intProp name="ActionProcessor.target">0</intProp> + <stringProp name="ActionProcessor.duration">0</stringProp> + </TestAction> + <hashTree> + <UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Pause" enabled="true"> + <stringProp name="ConstantTimer.delay">500</stringProp> + <stringProp name="RandomTimer.range">100</stringProp> + </UniformRandomTimer> + <hashTree/> + </hashTree> <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="SC_DEFLATE" enabled="true"/> <hashTree> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_deflate" enabled="true"> @@ -230,6 +242,18 @@ <hashTree/> </hashTree> </hashTree> + <TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think Time" enabled="true"> + <intProp name="ActionProcessor.action">1</intProp> + <intProp name="ActionProcessor.target">0</intProp> + <stringProp name="ActionProcessor.duration">0</stringProp> + </TestAction> + <hashTree> + <UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Pause" enabled="true"> + <stringProp name="ConstantTimer.delay">500</stringProp> + <stringProp name="RandomTimer.range">100</stringProp> + </UniformRandomTimer> + <hashTree/> + </hashTree> <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="SC_BROTLI" enabled="true"/> <hashTree> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_brotli" enabled="true"> @@ -283,6 +307,18 @@ <hashTree/> </hashTree> </hashTree> + <TestAction guiclass="TestActionGui" testclass="TestAction" testname="Think Time" enabled="true"> + <intProp name="ActionProcessor.action">1</intProp> + <intProp name="ActionProcessor.target">0</intProp> + <stringProp name="ActionProcessor.duration">0</stringProp> + </TestAction> + <hashTree> + <UniformRandomTimer guiclass="UniformRandomTimerGui" testclass="UniformRandomTimer" testname="Pause" enabled="true"> + <stringProp name="ConstantTimer.delay">500</stringProp> + <stringProp name="RandomTimer.range">100</stringProp> + </UniformRandomTimer> + <hashTree/> + </hashTree> <GenericController guiclass="LogicControllerGui" testclass="GenericController" testname="SC_NoCompression" enabled="true"/> <hashTree> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_no_compression" enabled="true">
