[wp-trac] [WordPress Trac] #62844: Fix performance monitoring workflow to not send duplicate results for a single commit

WordPress Trac noreply at wordpress.org
Wed Jan 22 19:09:14 UTC 2025


#62844: Fix performance monitoring workflow to not send duplicate results for a
single commit
------------------------------+----------------------------
 Reporter:  flixos90          |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  low               |  Milestone:  Future Release
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:
  Focuses:  performance       |
------------------------------+----------------------------
 See https://core.trac.wordpress.org/ticket/62221#comment:75: When the main
 portion of the performance monitoring workflow is successful, but the
 workflow is still rerun (e.g. because a subsequent portion of it failed),
 it will currently send the data for the same commit again (as it happened
 for [59679] / Git hash `8209135dfc327dc24a274efb0d3f01381e48c739`).

 This is not ideal, so it would be better to either not send the commit
 data if there is already a record for it in the metric, or alternatively,
 send the commit data in a way that it overrides the previous data for the
 commit.

 In practice, this scenario of rerunning the partially successful workflow
 should be an edge-case, hence I'm marking this as low priority.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62844>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list