commit | a96c9b3b7a11212a440f1f09a98a990105e9e041 | [log] [tgz] |
---|---|---|
author | Tobias Henkel <tobias.henkel@bmw.de> | Sun Oct 22 12:38:06 2017 +0200 |
committer | James E. Blair <jeblair@redhat.com> | Mon Oct 23 10:50:51 2017 -0700 |
tree | 4afa3270f55a43a0f1b5fbcf5b2d104558a4e5d7 | |
parent | 70798ea74b7a584c6e800cf8b51e634abbd06ec3 [diff] |
Fix undefined sort order when applying parent data The test case test_data_return currently has a race. It has a child job with two parents returning the same variable back. Currently it expects that there is a defined ordering in which the data is forwarded to the child job which is currently not guaranteed. Fix this by doing the apply correctly as stated in the docs in config sorted order. Change-Id: I884db97a8c9d61f4444a17093db57e7c1394df3b