Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up unicode handling in Jenkins driver #631

Merged
merged 1 commit into from
Jul 26, 2018
Merged

Conversation

jsiirola
Copy link
Member

Summary/Motivation:

Convert all output to UTF-8 before decoding to str(). This should finally resolve unicode errors in the main Jenkins driver causing the tests to fail.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@codecov-io
Copy link

codecov-io commented Jul 25, 2018

Codecov Report

Merging #631 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #631      +/-   ##
=========================================
+ Coverage   66.12%   66.2%   +0.07%     
=========================================
  Files         386     388       +2     
  Lines       60708   60878     +170     
=========================================
+ Hits        40142   40302     +160     
- Misses      20566   20576      +10
Impacted Files Coverage Δ
pyomo/pysp/scenariotree/tree_structure.py 80.86% <0%> (-0.23%) ⬇️
pyomo/contrib/preprocessing/util.py 100% <0%> (ø)
...contrib/preprocessing/plugins/induced_linearity.py 94.51% <0%> (ø)
pyomo/pysp/ph.py 61.23% <0%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4252cd7...ba4f33e. Read the comment docs.

@jsiirola jsiirola merged commit eeadf11 into master Jul 26, 2018
@jsiirola jsiirola deleted the jenkins-unicode-fix branch July 26, 2018 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants