[Buildbot-commits] [buildbot/buildbot] 75b471: fix race condition with appendlog and finishLog
GitHub
noreply at github.com
Wed Jul 29 15:53:17 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 75b4716b21ad4d5e240e8949371753b82c11e05d
https://github.com/buildbot/buildbot/commit/75b4716b21ad4d5e240e8949371753b82c11e05d
Author: Pierre Tardy <tardyp at gmail.com>
Date: 2015-07-25 (Sat, 25 Jul 2015)
Changed paths:
M master/buildbot/process/log.py
Log Message:
-----------
fix race condition with appendlog and finishLog
log could be finished before the insertion and compression
of the last chunk is finished
This lead to instability of integrations tests.
We can see this more often since we implemented compression
Signed-off-by: Pierre Tardy <tardyp at gmail.com>
Commit: e998f80aaa32677b1e10fde7bfcb59f2f416a12b
https://github.com/buildbot/buildbot/commit/e998f80aaa32677b1e10fde7bfcb59f2f416a12b
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-07-29 (Wed, 29 Jul 2015)
Changed paths:
M master/buildbot/process/log.py
Log Message:
-----------
Merge pull request #1790 from tardyp/lograce
fix race condition with appendlog and finishLog
Compare: https://github.com/buildbot/buildbot/compare/117b207dc2c4...e998f80aaa32
More information about the Commits
mailing list