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
Unknown Object (File)
Tue, Apr 16, 6:59 AM
Unknown Object (File)
Thu, Mar 28, 3:31 PM
Unknown Object (File)
Mar 23 2024, 7:19 AM
Unknown Object (File)
Mar 23 2024, 7:19 AM
Unknown Object (File)
Mar 23 2024, 7:19 AM
Unknown Object (File)
Jan 11 2024, 12:15 PM
Unknown Object (File)
Dec 26 2023, 1:45 AM
Unknown Object (File)
Dec 22 2023, 5:39 AM
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