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)
Fri, May 2, 1:34 AM
Unknown Object (File)
Wed, Apr 23, 5:03 PM
Unknown Object (File)
Apr 18 2025, 1:21 AM
Unknown Object (File)
Apr 13 2025, 12:54 PM
Unknown Object (File)
Apr 13 2025, 2:29 AM
Unknown Object (File)
Apr 11 2025, 8:25 AM
Unknown Object (File)
Apr 9 2025, 2:50 AM
Unknown Object (File)
Apr 6 2025, 3:35 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