Skip to content

[tvOS] System.Threading.Channels.Tests : System.InvalidOperationException : The result of the operation was already consumed and may not be used again #60472

Open
@MaximLipnin

Description

@MaximLipnin

Some System.Threading.Channels.Tests tests failed during the library tests run in #59503.

Exception messages: System.InvalidOperationException : The result of the operation was already consumed and may not be used again.
Exception stack traces:    at System.Threading.Channels.AsyncOperation.ThrowIncorrectCurrentIdException()
at System.Threading.Channels.AsyncOperation`1[[System.Int32, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].GetStatus(Int16 token)
at System.Threading.Channels.Tests.ChannelTestBase.ReadAsync_Canceled_CanceledAsynchronously()
--- End of stack trace from previous location ---

The failed tests:

- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.ReadAsync_Canceled_CanceledAsynchronously
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.ReadAsync_ThenWriteAsync_Succeeds
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.ReadAsync_AwaitThenGetResult_Throws
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.SingleProducerConsumer_PingPong_Success
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.ReadAsync_ConsecutiveReadsSucceed
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.ReadAsync_Canceled_WriteAsyncCompletesNextReader
- System.Threading.Channels.Tests.SyncMultiReaderUnboundedChannelTests.SingleProducerConsumer_ConcurrentReadWrite_Success
- System.Threading.Channels.Tests.BoundedChannelTests.ReadAsync_Canceled_WriteAsyncCompletesNextReader
- System.Threading.Channels.Tests.BoundedChannelTests.ReadAsync_AwaitThenGetResult_Throws

https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-59503-merge-6a39ae2c5ebe465885/System.Threading.Channels.Tests/1/net.dot.System.Threading.Channels.Tests.log?sv=2019-07-07&se=2021-11-04T12%3A32%3A55Z&sr=c&sp=rl&sig=uGlnckHfuNwI574Zg9QR%2Fr0%2BDjML7iDVVEgDHDmLF58%3D

cc @steveisok @akoeplinger

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions