History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1857
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: mm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Updating variable in repeat parameters override each other

Created: 24/Nov/13 01:51 PM   Updated: 03/Dec/13 02:44 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
When trying to update variable within a repeat param step that is parallel, the steps override each other.
e.g. if the parallel step is:

groovy:
vars.get("test").setValue( " " + vars.getValue("test") + params.get("name").toString() )

with Repeat Parameters 1,2,3,4
the value of test will be randomly one number between 1-4, instead of 1234 in random order.

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.