Skip to content

Commit ab6a0fc

Browse files
committed
Merge branch 'MAGETWO-91540' into EPAM-PR-7
2 parents 2813087 + d96ad68 commit ab6a0fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/performance-toolkit/benchmark.jmx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ adminCategoryIdsList.add(vars.get("category_id"));</stringProp>
13651365
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
13661366
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
13671367
<stringProp name="RegexExtractor.refname">configurable_product_ids</stringProp>
1368-
<stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1368+
<stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\"</stringProp>
13691369
<stringProp name="RegexExtractor.template">$1$</stringProp>
13701370
<stringProp name="RegexExtractor.default"/>
13711371
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -1575,7 +1575,7 @@ productList.add(productMap);</stringProp>
15751575
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
15761576
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
15771577
<stringProp name="RegexExtractor.refname">configurable_product_for_edit_ids</stringProp>
1578-
<stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1578+
<stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\"</stringProp>
15791579
<stringProp name="RegexExtractor.template">$1$</stringProp>
15801580
<stringProp name="RegexExtractor.default"/>
15811581
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -1798,7 +1798,7 @@ editProductList.add(editProductMap);</stringProp>
17981798
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
17991799
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
18001800
<stringProp name="RegexExtractor.refname">simple_product_for_edit_ids</stringProp>
1801-
<stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
1801+
<stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\"</stringProp>
18021802
<stringProp name="RegexExtractor.template">$1$</stringProp>
18031803
<stringProp name="RegexExtractor.default"/>
18041804
<stringProp name="RegexExtractor.match_number">-1</stringProp>
@@ -2014,7 +2014,7 @@ editProductList.add(editProductMap);</stringProp>
20142014
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extract product ids" enabled="true">
20152015
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
20162016
<stringProp name="RegexExtractor.refname">simple_product_ids</stringProp>
2017-
<stringProp name="RegexExtractor.regex">\"id\":(\d+),</stringProp>
2017+
<stringProp name="RegexExtractor.regex">\"id\":(\d+),\"sku\"</stringProp>
20182018
<stringProp name="RegexExtractor.template">$1$</stringProp>
20192019
<stringProp name="RegexExtractor.default"/>
20202020
<stringProp name="RegexExtractor.match_number">-1</stringProp>

0 commit comments

Comments
 (0)