-
Notifications
You must be signed in to change notification settings - Fork 726
add a test that reproduces the dirty delete in column shards #28538
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
base: main
Are you sure you want to change the base?
add a test that reproduces the dirty delete in column shards #28538
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.
Pull Request Overview
This pull request adds a new test case TxDeleteOwnUncommitted to verify transaction behavior when a transaction deletes its own uncommitted writes. The test is currently muted for OLAP (columnar) stores due to a known issue.
- Adds a new test that validates MVCC behavior when a transaction deletes data it previously wrote within the same transaction
- Includes detailed comments explaining the test's purpose and known issues with Column Shards
- Test is disabled for OLAP mode pending resolution of issue #28447
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
⚪
🟢 |
|
⚪
🟢 |
Just a test that reproduces the problem #28447
No fixes yet. A fix is coming in the next episode.