You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This test case is used to check whether all the state objects are
471
471
# released when RPC runs into error.
472
+
expected_exceptions= [
473
+
"This protocol is restricted, expecting header 'triton-grpc-protocol-infer-key'",
474
+
"The stream is no longer in valid state, the error detail is reported through provided callback. A new stream should be started after stopping the current stream.",
# This test case is used to check whether all the state objects are
522
529
# released when RPC runs into error.
530
+
expected_exceptions= [
531
+
"This protocol is restricted, expecting header 'triton-grpc-protocol-infer-key'",
532
+
"The stream is no longer in valid state, the error detail is reported through provided callback. A new stream should be started after stopping the current stream.",
0 commit comments