We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was a QA run failure due to the sequential test: slack
Only 9 out of 10 instances of the sequential test process were run
In the logs we saw:
Exception in iteration 3:Network closed for unknown reason caused by io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for unknown reason
This error was not handled gracefully in the SequentialTestDriver
Since the network is unreliable, we can ignore this error and retry the step.
We can ignore it here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There was a QA run failure due to the sequential test: slack
Only 9 out of 10 instances of the sequential test process were run
In the logs we saw:
This error was not handled gracefully in the SequentialTestDriver
Since the network is unreliable, we can ignore this error and retry the step.
We can ignore it here.
The text was updated successfully, but these errors were encountered: