-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
These CancelPendingRead/Write/Flush tests are all failing after moving to netcoreapp3.0.
[xUnit.net 00:00:02.01] Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushLostOfCancellationsNoDataLost [FAIL]
Failed Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushLostOfCancellationsNoDataLost
Error Message:
Assert.True() Failure
Expected: True
Actual: False
Stack Trace:
at Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushLostOfCancellationsNoDataLost() in d:\github\AspNetCore\src\Http\Http\test\StreamPipeWriterTests.cs:line 260
--- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:02.08] Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushBetweenWritesAllDataIsPreserved [FAIL]
Failed Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushBetweenWritesAllDataIsPreserved
Error Message:
Assert.True() Failure
Expected: True
Actual: False
Stack Trace:
at Microsoft.AspNetCore.Http.Tests.StreamPipeWriterTests.CancelPendingFlushBetweenWritesAllDataIsPreserved() in d:\github\AspNetCore\src\Http\Http\test\StreamPipeWriterTests.cs:line 176
--- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:02.75] Microsoft.AspNetCore.Http.Tests.StreamPipeReaderTests.ReadCanBeCanceledViaCancelPendingReadWhenReadIsAsync [FAIL]
Failed Microsoft.AspNetCore.Http.Tests.StreamPipeReaderTests.ReadCanBeCanceledViaCancelPendingReadWhenReadIsAsync
Error Message:
Assert.True() Failure
Expected: True
Actual: False
Stack Trace:
at Microsoft.AspNetCore.Http.Tests.StreamPipeReaderTests.ReadCanBeCanceledViaCancelPendingReadWhenReadIsAsync() in d:\github\AspNetCore\src\Http\Http\test\StreamPipeReaderTests.cs:line 180
--- End of stack trace from previous location where exception was thrown ---
Skipping until this can be debugged.
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.