79617153

Date: 2025-05-12 03:46:46
Score: 0.5
Natty:
Report link

Ah-ha!

The issue was in the use of the var :

<var name="testVar" value="@{test.single}" />

, I've replaced it out with the following:

<local name="test.single"/>
<property name="test.single" value="@{test.single}"/>

And the values are getting get/set correctly, it seems there is an issue with how the var extension is treated in parallel runs.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rafe