commit | f4a5f02aa838d9a9078a2dbb7d595e03b1e620b6 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Tue Apr 18 14:01:10 2017 -0700 |
committer | James E. Blair <jeblair@redhat.com> | Tue Apr 18 15:14:49 2017 -0700 |
tree | 197317ce55838ddaddd678631aab1fb0e62345ef | |
parent | a002b035ee6278b146939b77aedf14c88b8337a5 [diff] |
Fix race in test_queue_rate_limiting_dependent The simultaneous release of two merge jobs each with two dependent jobs could result in the 4 dependent jobs arriving in AABB order rather than the expected ABAB order. Wait between releases of the merge jobs to ensure the expected order. The orderedRelease method is updated to facilitate this. Change-Id: Ibe5435e43a88ce2dd93bca96e221d91b8779f1f8