-
Notifications
You must be signed in to change notification settings - Fork 638
YQL-17553: Fix RPC reader data loss #1114
New issue
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
YQL-17553: Fix RPC reader data loss #1114
Conversation
⚪
|
⚪
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужен тест
@@ -120,13 +129,19 @@ bool TParallelFileInputState::RunNext() { | |||
Cerr << (TStringBuilder() "Warn: request took: " << elapsed << " mcs)\n"); | |||
} | |||
#endif | |||
|
|||
TFailureInjector::Reach("dq_rpc_reader_read_err_when_empty", [&res_] { | |||
res_ = NYT::TErrorOr<NYT::TSharedRef>(NYT::TError("failrule injected")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failure - misspelling
5b2c70d
to
3c3146c
Compare
No description provided.