<< Back to previous view |
![]() |
[QB-1857] Updating variable in repeat parameters override each other
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | mm | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
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. |
Comments |
Comment by Robin Shen [ 25/Nov/13 12:20 AM ] |
Can you please attach a sample database demonstrating this issue? Thanks! |