Tests TxUsage::WriteToTopic_Invalid_*#12475
Tests TxUsage::WriteToTopic_Invalid_*#12475Alek5andr-Kotov merged 3 commits intoydb-platform:stable-24-3from
TxUsage::WriteToTopic_Invalid_*#12475Conversation
TxUsage::WriteToTopic_Invalid_*
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
Changes from PR #11920
The client may not receive a response to the first write operation in the transaction.
A race between actors. The actor of the KQP session is transferred to the
FinalCleanupState. In this composition, he does not respond to theTEvQueryRequestmessage from theTPartitionWriteractor.Changelog category
Additional information
...