You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/06/28 20:29:57 UTC

[Bug 63364] When setting "subresults.disable_renaming=true", sub results are still renamed using their parent SampleLabel while they shouldn't

https://bz.apache.org/bugzilla/show_bug.cgi?id=63364

Vladimir Sitnikov <si...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #12 from Vladimir Sitnikov <si...@gmail.com> ---
This change induces flaky CI failures: 

https://travis-ci.org/vlsi/jmeter/jobs/551939913#L1036-L1040

org.apache.jmeter.protocol.http.sampler.SamplingNamingTest > testBug63364[Run
1: implementation:Java] FAILED
    java.lang.AssertionError: We have at least one sample result
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at
org.apache.jmeter.protocol.http.sampler.SamplingNamingTest.testBug63364(SamplingNamingTest.java:55)


What is the nature of the failure?
Could it be fixed?

Frankly speaking, I do not understand what "We have at least one sample result"
error message means.

-- 
You are receiving this mail because:
You are the assignee for the bug.