Skip to content

Potential interop problem with grpc-node #101

@jtattermusch

Description

@jtattermusch

Got some errors when testing the running the cross-language test suite.

Affected test cases: client_streaming, custom_metadata, empty_unary, large_unary

https://source.cloud.google.com/results/invocations/89f6c1c8-4183-44c3-9dd9-5dba629d4d1e/targets/github%2Fgrpc%2Finterop_test/tests;group=tests;test=cloud_to_cloud:node:aspnetcore_server:client_streaming:tls;row=1

assert.js:607
    throw newErr;
    ^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 2 UNKNOWN: Stream removed
    at /var/local/git/grpc-node/test/interop/interop_client.js:128:12
    at Object.onReceiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:1234:9)
    at Object.exports.createStatusError (/var/local/git/grpc-node/packages/grpc-native-core/src/common.js:91:15)
    at Object.onReceiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:1233:28)
    at InterceptingListener._callNext (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:568:42)
    at InterceptingListener.onReceiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:618:8)
    at /var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:922:18
events.js:167
      throw er; // Unhandled 'error' event
      ^
Error: 2 UNKNOWN: Stream removed
    at Object.exports.createStatusError (/var/local/git/grpc-node/packages/grpc-native-core/src/common.js:91:15)
    at ClientDuplexStream._emitStatusIfDone (/var/local/git/grpc-node/packages/grpc-native-core/src/client.js:233:26)
    at ClientDuplexStream._receiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client.js:211:8)
    at Object.onReceiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:1306:15)
    at InterceptingListener._callNext (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:568:42)
    at InterceptingListener.onReceiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:618:8)
    at /var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:1123:18
Emitted 'error' event at:
    at ClientDuplexStream._emitStatusIfDone (/var/local/git/grpc-node/packages/grpc-native-core/src/client.js:234:12)
    at ClientDuplexStream._receiveStatus (/var/local/git/grpc-node/packages/grpc-native-core/src/client.js:211:8)
    [... lines matching original stack trace ...]
    at /var/local/git/grpc-node/packages/grpc-native-core/src/client_interceptors.js:1123:18

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions