Fix encoding issue with stderr_value and kill_after_timeout#682
Merged
Byron merged 1 commit intogitpython-developers:masterfrom Oct 7, 2017
Merged
Fix encoding issue with stderr_value and kill_after_timeout#682Byron merged 1 commit intogitpython-developers:masterfrom
Byron merged 1 commit intogitpython-developers:masterfrom
Conversation
We don't properly encode our error message under python3. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
fee2b6b to
1dbfd29
Compare
Codecov Report
@@ Coverage Diff @@
## master #682 +/- ##
=======================================
Coverage 92.95% 92.95%
=======================================
Files 61 61
Lines 10065 10065
=======================================
Hits 9356 9356
Misses 709 709
Continue to review full report at Codecov.
|
Member
|
Thanks a lot for your contribution! |
openstack-gerrit
pushed a commit
to openstack-infra/zuul
that referenced
this pull request
Oct 10, 2017
Timeout remote git operations after 300 seconds. Because it could be in an invalid state, delete the local repo if a timeout occurs (subsequent operations will recreate it). This replaces our use of the clone_from() and fetch() methods from GitPython with lower-level equivalents. The high-level methods do not currently permit the hard timeout. The GitPython requirement is changed to a temporary fork until both gitpython-developers/GitPython#682 and gitpython-developers/GitPython#686 end up in a release. Change-Id: I7f680472a8d67ff2dbe7956a8585fb3714119e65
riley-martine
pushed a commit
to riley-martine/GitPython
that referenced
this pull request
Dec 7, 2023
…ding Fix encoding issue with stderr_value and kill_after_timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We don't properly encode our error message under python3.
Signed-off-by: Paul Belanger pabelanger@redhat.com