Skip to content

Conversation

@adamsitnik
Copy link
Member

fixes #62341

@ghost
Copy link

ghost commented Dec 7, 2021

Tagging subscribers to this area: @dotnet/area-system-io-compression
See info in area-owners.md if you want to be subscribed.

Issue Details

fixes #62341

Author: adamsitnik
Assignees: -
Labels:

area-System.IO.Compression

Milestone: -

@adamsitnik adamsitnik added the test-enhancement Improvements of test source code label Dec 7, 2021
Task.Run(() =>
{
using FileStream fs = new (fifoPath, FileMode.Open, FileAccess.Write, FileShare.Read);
using FileStream fs = new (fifoPath, FileMode.Open, FileAccess.Write, FileShare.Read, bufferSize: 0);
Copy link
Member

Choose a reason for hiding this comment

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

This is unrelated to iOS and instead for my comments on the previous PR? Just confirming.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is unrelated to iOS and instead for my comments on the previous PR? Just confirming.

Yes, exactly. I did not want to send a new PR for this small change so I've used the test failure as an opportunity to address the old feedback as well.

@adamsitnik adamsitnik merged commit 055bc25 into dotnet:main Dec 7, 2021
@adamsitnik adamsitnik deleted the issue62341 branch December 7, 2021 16:19
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.IO.Compression test-enhancement Improvements of test source code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS/tvOS] Test Failure System.IO.Compression.Tests.ZipFile_Unix.CanZipNamedPipe

2 participants