refactor: remove submitter from Wait for results method in client part #1375
Triggered via pull request
December 18, 2023 06:18
aneojgurhem
synchronize
#237
Status
Success
Total duration
15s
Artifacts
–
semantic-pull-request.yml
on: pull_request_target
Validate PR title
5s
Annotations
1 error
ArmoniK.EndToEndTests.Client.Tests.CheckRandomException.RandomExceptionSymClientTest ► Check_That_Exceptions_In_A_Session_Does_Not_Affect_The_Other_Session:
./Tests/ArmoniK.EndToEndTests/ArmoniK.EndToEndTests.Client/TestResults/test-results.trx#L0
Failed test found in:
./Tests/ArmoniK.EndToEndTests/ArmoniK.EndToEndTests.Client/TestResults/test-results.trx
Error:
System.AggregateException : One or more errors occurred. (One or more errors occurred. (Cannot retrieve result for task : 44c96b07-bd4e-434b-8697-a4cb8648afb5)) (One or more errors occurred. (Cannot retrieve result for task : 89e8df60-26ea-4021-b5e6-01cc0d79433e))
----> System.AggregateException : One or more errors occurred. (Cannot retrieve result for task : 44c96b07-bd4e-434b-8697-a4cb8648afb5)
----> System.AggregateException : One or more errors occurred. (Cannot retrieve result for task : 89e8df60-26ea-4021-b5e6-01cc0d79433e)
----> ArmoniK.DevelopmentKit.Common.Exceptions.ClientResultsException : Cannot retrieve result for task : 44c96b07-bd4e-434b-8697-a4cb8648afb5
----> System.AggregateException : One or more errors occurred. (Status(StatusCode="Unavailable", Detail="Bad gRPC response. HTTP status code: 502"))
----> Grpc.Core.RpcException : Status(StatusCode="Unavailable", Detail="Bad gRPC response. HTTP status code: 502")
----> ArmoniK.DevelopmentKit.Common.Exceptions.ClientResultsException : Cannot retrieve result for task : 89e8df60-26ea-4021-b5e6-01cc0d79433e
----> System.AggregateException : One or more errors occurred. (Status(StatusCode="Internal", Detail="Error reading next message. IOException: The request was aborted. Http2StreamException: The HTTP/2 server reset the stream. HTTP/2 error code 'INTERNAL_ERROR' (0x2).", DebugException="System.IO.IOException: The request was aborted."))
----> Grpc.Core.RpcException : Status(StatusCode="Internal", Detail="Error reading next message. IOException: The request was aborted. Http2StreamException: The HTTP/2 server reset the stream. HTTP/2 error code 'INTERNAL_ERROR' (0x2).", DebugException="System.IO.IOException: The request was aborted.")
----> System.IO.IOException : The request was aborted.
----> System.Net.Http.Http2StreamException : The HTTP/2 server reset the stream. HTTP/2 error code 'INTERNAL_ERROR' (0x2).
|