
Key: |
QB-1857
|
Type: |
Bug
|
Status: |
Closed
|
Resolution: |
Won't Fix
|
Priority: |
Major
|
Assignee: |
Robin Shen
|
Reporter: |
mm
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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.
|
Description
|
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. |
Show » |
No work has yet been logged on this issue.
|
|