Currently, if an inference request is sent with the tritonclient and the gRPC frontend is shutdown, the StatusCode and message returned varies depending on the timing of the operations. Modified test_grpc_req_during_shutdown to accept multiple possible StatusCode values.
What does the PR do?
Currently, if an inference request is sent with the
tritonclient
and thegRPC
frontend is shutdown, theStatusCode
and message returned varies depending on the timing of the operations. Modifiedtest_grpc_req_during_shutdown
to accept multiple possibleStatusCode
values.