-
Notifications
You must be signed in to change notification settings - Fork 638
fix KqpRequestContext::TraceIdInErrorMessage KIKIMR-20753 #1154
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
Conversation
⚪
|
⚪
|
Changelog entry
...
Changelog category
Additional information
The test uses a special mock planning strategy that is guaranteed to produce an error. However, if the request arrives at a node that believes itself to be the only one alive, that node simply executes everything locally and the test fails. This adds waiting for nodes to discover other nodes.