-
Notifications
You must be signed in to change notification settings - Fork 594
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
test(streaming): add fuzz test for materialize handle conflict #14166
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #14166 +/- ##
==========================================
- Coverage 67.86% 67.86% -0.01%
==========================================
Files 1558 1559 +1
Lines 269686 269844 +158
==========================================
+ Hits 183033 183122 +89
- Misses 86653 86722 +69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It seems duplicated with #11712? Except the |
There was a critical bug: #13346 |
This PR focuses on the implementation of |
fix chore: fix typos linted by cSpell (#14306) Signed-off-by: TennyZhuang <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> fix(over window): fix over window range cache shortcut return (#14311) Signed-off-by: Richard Chien <[email protected]> fix(stream): rowIdGen executor handle invisible delete record (#14237) feat(storage): Improve task measurement on the compactor side with parallelism (#13812) feat: introduce rw_streaming_parallelism system view (#14261) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> chore: Add type check to alter parallelism statement. (#14323) Signed-off-by: Shanicky Chen <[email protected]> refactor(error): add more context for jvm error (#14302) chore: update help message for scale command (#14332) Signed-off-by: Shanicky Chen <[email protected]> fix: fix panic in `ctl meta source-split-info` (#14334) Signed-off-by: Shanicky Chen <[email protected]> test(streaming): add fuzz test for materialize handle conflict (#14166) add mock coordination
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Have checked the memtable's consistent check taking effect by deliberately introducing some bugs in the materialize executor.
Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.