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

Key: QB-1702
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: Keni Popovski
Votes: 0
Watchers: 1
Operations

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

Variables are not overwritten by child steps

Created: 04/Jul/13 12:31 AM   Updated: 04/Jul/13 01:09 AM
Component/s: None
Affects Version/s: 5.0.7
Fix Version/s: None

Original Estimate: 2 hours Remaining Estimate: 2 hours Time Spent: Unknown
Environment: QB on a Linux server


 Description  « Hide
I have a set of configurations as:

parent
-- child1
-- child2

Parent is a sequential composition that is used to kick off the two child steps. I have variables defined in the parent, which are then overwritten by each of the children.

My problem is that when I run the parent, the variables are not being overwritten by the child steps. Rather the value defined in the parent is being retained. Is this a known issue? Is it expected behavior? Or am I implementing my configuration variables incorrectly?

Thanks

 All   Comments   Work Log   Change History      Sort Order:
Keni Popovski [04/Jul/13 12:37 AM]
Changing my comment above... the parent isn't a composition, rather it is another configuration that is used to kick off the child configurations (each having their own set of variables, with inheritance of course).

Robin Shen [04/Jul/13 01:09 AM]
The overritten variales will be take effect when running child configurations (for instance in its own steps), but not in the step defined in parent configuration to trigger child configurations.