Skip to content

Commit 8a1f111

Browse files
committed
ref bug
1 parent ddc67d2 commit 8a1f111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/protobuf-net.Grpc.Test.Integration/StreamTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,10 +817,9 @@ public async Task ServerStreaming(bool fault)
817817
Assert.Equal(StatusCode.Internal, ex.Status.StatusCode);
818818
Assert.Equal(10, ctx.ResponseHeaders().GetInt32("req"));
819819

820-
// managed client doesn't seem to get fault trailers on server-streaming
821820
var expect = Enumerable.Range(0, 5).Sum();
822821
if (IsManagedClient)
823-
{
822+
{ // see https://github.com/grpc/grpc-dotnet/issues/915
824823
void Check(string? value)
825824
{ // null or duplicated
826825
_fixture.Log($"trailer value: '{value ?? "(null)"}'");

0 commit comments

Comments
 (0)