Commits on Source (5)
-
Tristan Van Berkom authored
This patch by itself fixes #868
-
Tristan Van Berkom authored
Follow up of last commit which uses exclusive locking to protect bzr operations instead.
-
Tristan Van Berkom authored
With get_element_state(), you need to invoke BuildStream once for every element state you want to observe in a pipeline. The new get_element_states() reports a dictionary with the element state hashed by element name and is better to use if you have more than one element to observe the state of.
-
Tristan Van Berkom authored
This causes multiple source instances to interact with the same backing data store at the same time, increasing the likelyhood of triggering issues around concurrent access. This more reliably triggers issue #868
-
Tristan Van Berkom authored
Fix bzr race conditions Closes #868 See merge request !1083