https://bz.apache.org/bugzilla/show_bug.cgi?id=63364
--- Comment #5 from Brian Tully <[email protected]> --- I don't think this should be marked as fixed or duplicate. I am still seeing the bug even when subresults.disable_renaming=true is set (either in user.properties or when specified through the command line -J option) as well as when the test plan has "Functional Test Mode" checked. Instead of the embedded resource being named it's actual URL, or in the previous case it being named "Sampler-[n]" (Homepage-0), all it is doing is stripping the index off the renamed element. So for a HTTP Sampler Request with a label of "Homepage", when looking at the ViewResultsTree result for Homepage request, I expect to see the label of the embedded resource to be the full path of the resource, e.g., https://example.com/logo.png. Without "subresults.disable_renaming=true" specified, I see the embedded resource result label as "Homepage-0" With "subresults.disable_renaming=true" specified, I see the embedded resource result label as "Homepage", i.e., the index is removed. However I was expecting to see the actual path of the embedded resource. Is this no longer possible? I've attached an updated screenshot. -- You are receiving this mail because: You are the assignee for the bug.
