commit | 3ee090a24309d25d154d0bc1a31372b99d3ee2cf | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Thu Apr 03 20:55:09 2014 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Wed Apr 23 12:43:17 2014 -0700 |
tree | aecf138dbe2edf0e1705efeb308c7780c09f7992 | |
parent | 9d9022432f32fc78b98832e0c3912351ad04069a [diff] |
Fix races in timer trigger tests. Timer trigger tests are vulnerable to a race where the timer trigger can enqueue new builds while we are checking the number of builds queued. This can happen during intermediate build queue checks or in assertFinalState. To fix this race swap in a layout that does not use the timer trigger which will prevent further build queueing once the timer triggered builds have done their thing. Change-Id: Ic9b64e34c6a39275b57b1299b47d9b1d0e0e5c79