Part of resolving the flow issues introduced (intentionally) in D12594.
Depends on D12594
Differential D12597 Authored by atul on Jun 27 2024, 1:19 PM.
Details Summary Part of resolving the flow issues introduced (intentionally) in D12594. IMPORTANT: This is used on client to create NEW *RawThreadInfos which is persisted representation. We want to make sure this change is landed in same release as migration so we don't end up having *RawThreadInfos with/without member permissions persisted before migration.
Depends on D12594 Test Plan Create new threads on native/web client and ensure that ThinRawThreadInfos are created/persisted without member permissions. NOTE: 6 remaining flow issues expected.
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptJun 27 2024, 1:19 PM2024-06-27 13:19:37 (UTC-7) atul edited the test plan for this revision. (Show Details)Jun 27 2024, 1:20 PM2024-06-27 13:20:34 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Jun 27 2024, 1:32 PM2024-06-27 13:32:41 (UTC-7) Harbormaster failed remote builds in B29972: Diff 41771!Jun 27 2024, 2:00 PM2024-06-27 14:00:04 (UTC-7) This revision is now accepted and ready to land.Jul 1 2024, 1:09 PM2024-07-01 13:09:15 (UTC-7) Harbormaster failed remote builds in B30230: Diff 42153!Jul 9 2024, 11:11 AM2024-07-09 11:11:36 (UTC-7) Harbormaster failed remote builds in B30244: Diff 42178!Jul 9 2024, 2:19 PM2024-07-09 14:19:54 (UTC-7) atul removed a child revision: D12733: [lib] Deprecate `minimallyEncodeRawThreadInfo`.Jul 15 2024, 11:31 AM2024-07-15 11:31:11 (UTC-7) Harbormaster failed remote builds in B30433: Diff 42409!Jul 17 2024, 2:22 PM2024-07-17 14:22:51 (UTC-7) Harbormaster completed remote builds in B30484: Diff 42486.Jul 18 2024, 12:58 PM2024-07-18 12:58:14 (UTC-7) This revision was landed with ongoing or failed builds.Jul 18 2024, 1:37 PM2024-07-18 13:37:12 (UTC-7) Closed by commit rCOMM9fa6dd9ff9b7: [lib] Fix construction of `ThinRawThreadInfo` in `createPendingThread` (authored by atul). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B30490: Diff 42492.Jul 18 2024, 1:40 PM2024-07-18 13:40:35 (UTC-7)
Revision Contents
Diff 42410 lib/shared/thread-utils.js
|
This got moved to JoinHandler