Actions
Bug #7196
closedThere is a race condition in rudder-dev merge
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Sometimes there is an error that says we are not in a git repository:
$ rudder-dev merge all -a ***** ERROR: This is not a git directory
This is due to a call to branch_process.poll() that should be branch_process.wait() due to a possible race condition.
Updated by Matthieu CERDA about 9 years ago
- Subject changed from There is a race condition in rudder-dev to There is a race condition in rudder-dev merge
- Description updated (diff)
Updated by Matthieu CERDA about 9 years ago
- Status changed from New to In progress
- Assignee set to Matthieu CERDA
Updated by Matthieu CERDA about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-tools/pull/76
Updated by Matthieu CERDA about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-tools|99a8b13c34f62e07152a4a2c21449d14e858fee2.
Updated by Benoît PECCATTE about 9 years ago
Applied in changeset rudder-tools|6235f2623884309f6fb8324a9fd4856ca1fea1c0.
Updated by Benoît PECCATTE about 8 years ago
- Status changed from Pending release to Released
Actions