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

Another attempt to fix flakiness in test_subprocess::test_basic #1548

Merged
merged 1 commit into from
May 23, 2020

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented May 23, 2020

In gh-1546 I fixed the flakiness due to the returncode changing when
the process exits, but I missed that the repr also changes...

In python-triogh-1546 I fixed the flakiness due to the returncode changing when
the process exits, but I missed that the repr also changes...
@njsmith njsmith mentioned this pull request May 23, 2020
@codecov
Copy link

codecov bot commented May 23, 2020

Codecov Report

Merging #1548 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1548   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files         108      108           
  Lines       13357    13358    +1     
  Branches     1012     1012           
=======================================
+ Hits        13314    13315    +1     
  Misses         28       28           
  Partials       15       15           
Impacted Files Coverage Δ
trio/tests/test_subprocess.py 100.00% <100.00%> (ø)

@oremanj oremanj merged commit 6e30b10 into python-trio:master May 23, 2020
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.

2 participants