Skip to content

fix(platform): repair the chat store and audit-lock tests after the merges - #3261

Merged
larryro merged 2 commits into
mainfrom
fix/main-post-merge-chat-audit-repairs
Sep 6, 2026
Merged

fix(platform): repair the chat store and audit-lock tests after the merges#3261
larryro merged 2 commits into
mainfrom
fix/main-post-merge-chat-audit-repairs

Conversation

@larryro

@larryro larryro commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Main went red after the campaign merges: three PRs were each CI-green on their own base but not together.

Gates observed (services/platform, on this tip)

  • bunx tsc --noEmit — exit 0 (main: 3 errors)
  • bunx oxlint --type-aware — exit 0
  • bunx vitest --run --project serverTest Files 547 passed (547) / Tests 6370 passed (6370) (main: 1 file / 2 tests failing plus the type errors)

No behaviour change beyond restoring what each merged PR intended; no migrations, no locale keys.

…erges

Three campaign PRs were each green on their own base but not together:
#3230 deleted core/chat/turn_store.ts while #3245 imports its
settleDeferredSendOnUserAppend — re-homed into domains/chat/store.ts, its
only consumer. #3230 added a notifyThread call (and a test asserting the
NOTIFY) on the chat_stream channel #3245 removed as listener-less — the
call and the assertion go. #3246 put the audit chain head behind
pg_advisory_xact_lock, which #3240's strict recording-tx tests
(members/service, users/create-member) did not answer — they answer it
now, as organizations/service.test.ts already does.
@larryro
larryro merged commit d9612b3 into main Sep 6, 2026
48 checks passed
@larryro
larryro deleted the fix/main-post-merge-chat-audit-repairs branch September 6, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant