Github user artem-fedorov commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/429#discussion_r232611414
--- Diff: bin/testfiles/Bug52310.xml ---
@@ -2,16 +2,16 @@
<testResults version="1.2">
<sample s="true" lb="ComputeIPAddr" rc="200" rm="OK" dt="text"/>
<httpSample s="true" lb="HTTP-Request-HC31" rc="200" rm="OK" dt="text">
- <httpSample s="true" lb="HTTP-Request-HC31-0" rc="200" rm="OK"
dt="text"/>
--- End diff --
From the bug I understand, that JMeter will change subResults labels only
if this labels are equals.
The parent label is `HTTP-Request-HC31`, subResults labels start with
`http://jmeter.apache.org/.....` They are not equals and JMeter does not change
them.
---