Page MenuHomePhabricator

Use the same transaction group ID for transactions applied indirectly by a sub-editor
ClosedPublic

Authored by epriestley on May 22 2019, 9:41 PM.
Tags
None
Referenced Files
F17953581: D20546.id.diff
Fri, Aug 1, 3:12 AM
F17946046: D20546.diff
Thu, Jul 31, 1:22 PM
F17627730: D20546.id49020.diff
Thu, Jul 10, 6:44 AM
Unknown Object (File)
Jun 29 2025, 4:50 AM
Unknown Object (File)
Jun 27 2025, 12:41 PM
Unknown Object (File)
May 31 2025, 2:06 AM
Unknown Object (File)
May 27 2025, 2:35 AM
Unknown Object (File)
May 26 2025, 1:21 PM
Subscribers
None

Details

Summary

Ref T13283. Currently, each Editor sets its own group ID, so if you create a revision and then Herald does some stuff, the two groups of transactions get different group IDs.

This means the test console is slightly misleading (it will only pick up the Herald transactions). It's going to be misleading anyway (Herald obviously can't evaluate Herald transactions) but this is at least a little closer to reality and stops Herald actions from masking non-Herald actions.

Test Plan
  • Created a revision. Herald applied one transaction.
  • Used the test console.
  • Before: The test console only picked up the single most recent Herald transaction.
  • After: The test console picked up the whole transaction group.

Screen Shot 2019-05-22 at 2.38.14 PM.png (377×1 px, 77 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable