Skip to content

Commit

Permalink
ENGCOM-1360: [Forwardport] Add argument on app:config:dump to skip du…
Browse files Browse the repository at this point in the history
…mping all system settings. #14807
  • Loading branch information
Stanislav Idolov committed Apr 27, 2018
1 parent d2a73c8 commit f0c1879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/performance-toolkit/benchmark.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -37918,9 +37918,9 @@ adminUserList.add(vars.get("admin_user"));
<stringProp name="HTTPSampler.embedded_url_re"/>
</HTTPSamplerProxy>
<hashTree>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Assert True" enabled="true">
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Assert Option Id" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="3569038">true</stringProp>
<stringProp name="89649215">^[a-z0-9_\"]+$</stringProp>
</collectionProp>
<stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
<boolProp name="Assertion.assume_success">false</boolProp>
Expand Down Expand Up @@ -37992,9 +37992,9 @@ adminUserList.add(vars.get("admin_user"));
<stringProp name="HTTPSampler.embedded_url_re"/>
</HTTPSamplerProxy>
<hashTree>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Assert True" enabled="true">
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Assert Option Id" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="3569038">true</stringProp>
<stringProp name="484395188">^[a-z0-9_\"]+$</stringProp>
</collectionProp>
<stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
<boolProp name="Assertion.assume_success">false</boolProp>
Expand Down

0 comments on commit f0c1879

Please sign in to comment.