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

System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset failed #44173

Closed
runfoapp bot opened this issue Nov 2, 2020 · 3 comments · Fixed by #45477
Closed

System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset failed #44173

runfoapp bot opened this issue Nov 2, 2020 · 3 comments · Fixed by #45477
Assignees
Labels
area-System.IO.Compression blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@runfoapp
Copy link

runfoapp bot commented Nov 2, 2020

Runfo Tracking Issue: System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset

Build Definition Kind Run Name

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
0 0 0
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.IO.Compression untriaged New issue has not been triaged by the area owner labels Nov 2, 2020
@safern safern changed the title system.io.compression.gzipstreamunittests.write_datareadfromdesiredoffset System.IO.Compression.GzipStreamUnitTests.Write_DataReadFromDesiredOffset failed Nov 2, 2020
@safern
Copy link
Member

safern commented Nov 2, 2020

The test fails with:

 System.NullReferenceException : Object reference not set to an instance of an object.
      Stack Trace:
        /_/src/libraries/System.IO.Compression/src/System/IO/Compression/GZipStream.cs(142,0): at System.IO.Compression.GZipStream.Dispose(Boolean disposing)
        /_/src/libraries/System.Private.CoreLib/src/System/IO/Stream.cs(154,0): at System.IO.Stream.Close()
        /_/src/libraries/Common/tests/Tests/System/IO/StreamConformanceTests.cs(1841,0): at System.IO.Tests.StreamPair.Dispose()
        /_/src/libraries/Common/tests/Tests/System/IO/StreamConformanceTests.cs(890,0): at System.IO.Tests.ConnectedStreamConformanceTests.Write_DataReadFromDesiredOffset(ReadWriteMode mode)

cc: @ericstj @carlossanlop

@safern safern added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Nov 2, 2020
@stephentoub
Copy link
Member

#44069 should fix this

@safern
Copy link
Member

safern commented Dec 2, 2020

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.IO.Compression blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants