Skip to content

[v3-2-test] Fix millisecond floating point duration bug (#66560)#66915

Merged
bbovenzi merged 1 commit into
v3-2-testfrom
backport-322-66560
May 14, 2026
Merged

[v3-2-test] Fix millisecond floating point duration bug (#66560)#66915
bbovenzi merged 1 commit into
v3-2-testfrom
backport-322-66560

Conversation

@vatsrahul1001
Copy link
Copy Markdown
Contributor

Cherry-pick of #66560 for the Airflow 3.2.2 patch release.

Conflict resolution

One conflict in `datetimeUtils.test.ts`. v3-2-test asserted `"00:00:10.000"` (ms precision); PR removes ms from the format and asserts `"00:00:10"`. Took PR side for the assertions (matches the production fix in `datetimeUtils.ts` that auto-merged). Preserved v3-2-test's `// eslint-disable-next-line unicorn/no-null` comment above the `null` argument since the underlying `unicorn/no-null` rule still flags the call on v3-2-test.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.7)

Generated-by: Claude Code (Opus 4.7) following the guidelines

* Fix millisecond floating point duration bug

Co-authored-by: hojeong park <parkhj062@gmail.com>
(cherry picked from commit 52098c2)
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label May 14, 2026
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.2.2 milestone May 14, 2026
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label May 14, 2026
@bbovenzi bbovenzi merged commit 727f12c into v3-2-test May 14, 2026
79 checks passed
@bbovenzi bbovenzi deleted the backport-322-66560 branch May 14, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants