test: combined client uninstall listener + deregister (temporary, do not merge) - #1790
Closed
mikhailm-coder wants to merge 6 commits into
Closed
test: combined client uninstall listener + deregister (temporary, do not merge)#1790mikhailm-coder wants to merge 6 commits into
mikhailm-coder wants to merge 6 commits into
Conversation
Ported from openframe-oss-tenant PR #2205 (branch hotfix/client-uninstall-listener) as the client moved to this repo. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Ported from openframe-oss-tenant PR #2207 (branch hotfix/client-uninstall-deregister) as the client moved to this repo, plus a final retry pass: credentials are loaded up front and held in memory, and if the in-flow deregistration never got through, one last attempt round runs at the end of the uninstall, after the wipe. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…' into hotfix/client-uninstall-combined-test
…er' into hotfix/client-uninstall-combined-test
The GCP load balancer rejects body-less HTTP/1.1 POSTs with 411 Length Required before they reach the backend, so deregistration never succeeded. Send a deletedAt timestamp body; the backend ignores it today but the request now carries Content-Length and goes through. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Temporary PR for testing — do not merge. Combines the following two open PRs so they can be tested together:
Branch is
origin/mainwith both PR branches merged in (both merged cleanly, no conflicts). Verified locally:cargo check --features binpasses, full test suite passes (133 tests), clippy clean.Close this PR once testing is done — the real changes land via #1781 and #1782.
🤖 Generated with Claude Code