Skip to content

fix(aci): Fix Workflow serializer lastTriggered #96688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025
Merged

fix(aci): Fix Workflow serializer lastTriggered #96688

merged 1 commit into from
Jul 30, 2025

Conversation

kcons
Copy link
Member

@kcons kcons commented Jul 29, 2025

We need to use values() to ensure we're not implicitly grouping by workflowfirehistory.id rather than workflowfirehistory.workflow_id.

Updates tests to ensure undoing this will fail.

@kcons kcons requested a review from ameliahsu July 29, 2025 20:12
@kcons kcons requested a review from a team as a code owner July 29, 2025 20:12
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 29, 2025
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #96688      +/-   ##
==========================================
- Coverage   80.64%   80.63%   -0.01%     
==========================================
  Files        8471     8472       +1     
  Lines      373107   373155      +48     
  Branches    24207    24207              
==========================================
+ Hits       300880   300902      +22     
- Misses      71892    71918      +26     
  Partials      335      335              

Copy link
Member

@cathteng cathteng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oopsie ty

@kcons
Copy link
Member Author

kcons commented Jul 30, 2025

@ameliahsu The is_single_written filtering is somehow less trivial than I assumed and isn't entirely related to this fix, so I'll send another PR for that soon.

@kcons kcons merged commit 8df1733 into master Jul 30, 2025
66 checks passed
@kcons kcons deleted the kcons/sneaks branch July 30, 2025 18:35
andrewshie-sentry pushed a commit that referenced this pull request Aug 4, 2025
We need to use `values()` to ensure we're not implicitly grouping by
`workflowfirehistory.id` rather than `workflowfirehistory.workflow_id`.

Updates tests to ensure undoing this will fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants