fix(dm): restore missing participant memberships - #7079
Open
ghostelle1 wants to merge 3 commits into
Open
Conversation
Signed-off-by: ghostelle1 <292656566+ghostelle1@users.noreply.github.com>
Signed-off-by: ghostelle1 <292656566+ghostelle1@users.noreply.github.com>
Signed-off-by: ghostelle1 <292656566+ghostelle1@users.noreply.github.com>
🔐 Codex Security Review
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restore missing or soft-removed members when an active participant reopens an existing immutable DM.
restrictedrejection when a removed participant attempts recovery instead of surfacing a server error.Related issue
None found.
Testing
cargo test -p buzz-db(114 unit tests + 2 source tests passed)cargo test -p buzz-relay -- --test-threads=1(996 lib + 13 binary tests passed)cargo test -p buzz-test-client(full default suite passed)kind:44100arrived live, the negative membership cache was invalidated, and the restored sender posted successfullycargo clippy -p buzz-db -p buzz-relay -p buzz-test-client --all-targets -- -D warningscargo fmt --all -- --checkgit diff --checkThe parallel relay suite also hit its existing process-global tracing test interference once; the full serial package run above passed.
just ciwas not run because Docker is unavailable in this environment.