buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
137 stars 91 forks source link

Fix infinite loop in authorizingBuildQueue.WaitExecution #123

Closed mostynb closed 3 years ago

EdSchouten commented 3 years ago

Great find, @mostynb. Thanks for the fix! I just added some unit testing coverage there as well to make sure it'll never regress.