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

Circumvent pipe buffer deadlock #166

Merged
merged 3 commits into from
Aug 24, 2023
Merged

Conversation

lgoettgens
Copy link
Collaborator

Resolves #165.

@fingolfin please check that on your machine as well.

This should be backported to 0.6.6 and released, as it should occur for every package with many (>150 ambiguities).

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #166 (15aef7e) into master (e391873) will increase coverage by 0.61%.
Report is 11 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   76.96%   77.58%   +0.61%     
==========================================
  Files          11       11              
  Lines         725      736      +11     
==========================================
+ Hits          558      571      +13     
+ Misses        167      165       -2     
Flag Coverage Δ
unittests 77.58% <100.00%> (+0.61%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/ambiguities.jl 89.43% <100.00%> (-0.82%) ⬇️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fingolfin
Copy link
Collaborator

Confirmed fix. Thank you!!!

src/ambiguities.jl Outdated Show resolved Hide resolved
src/ambiguities.jl Outdated Show resolved Hide resolved
strout = String(read(out))
strerr = String(read(err))
strout = read(outfile, String)
strerr = read(errfile, String)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we rm(outfile) and rm(errfile)?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok we can also just leave it as is, fine by me.

@fingolfin fingolfin merged commit c6fab8a into JuliaTesting:master Aug 24, 2023
18 checks passed
fingolfin pushed a commit that referenced this pull request Aug 24, 2023
@lgoettgens lgoettgens deleted the lg/pipe branch August 29, 2023 08:53
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.

Regression in ambiguities test
2 participants