https://bz.apache.org/bugzilla/show_bug.cgi?id=65336
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #15 from Felix Schumacher <[email protected]> --- Hi Travis, could you test the next nightly build and check, if it works for your use case? commit 31281636281e03fc3379677b24052fe612e2e7b5 AuthorDate: Sun Jun 6 13:22:37 2021 +0200 Don't mark enclosed properties of TestElementProperty as temporary The inner properties of a MultiProperty are marked as temporary by the AbstractTestElement setTemporary implementation. This is needed, since the MultiProperty default implementation of mergeIn is recursive on MultiProperties. The TestElementProperty does not implement this method recursively and therefore must not have marked the enclosed properties as temporary. Bugzilla Id: 65336 --- .../jmeter/testelement/AbstractTestElement.java | 10 ++- .../testelement/AbstractTestElementSpec.groovy | 99 ++++++++++++++++++++++ 2 files changed, 108 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
