Skip to content

Fix "newer data available" in tests#458

Merged
kofrezo merged 2 commits into
mainfrom
dk_fix_timing_bug
Jul 15, 2026
Merged

Fix "newer data available" in tests#458
kofrezo merged 2 commits into
mainfrom
dk_fix_timing_bug

Conversation

@kofrezo

@kofrezo kofrezo commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

_validate_commit compared the current value via json_encode_extra()
against the old value via str(). For datetime attributes these never
match, since str() keeps microseconds and the "+00:00" tz form while
json_encode_extra() drops both.

kofrezo added 2 commits July 1, 2026 15:57
_validate_commit compared the current value via json_encode_extra()
against the old value via str(). For datetime attributes these never
match, since str() keeps microseconds and the "+00:00" tz form while
json_encode_extra() drops both.
@kofrezo
kofrezo requested a review from brainexe July 14, 2026 14:04
@kofrezo kofrezo self-assigned this Jul 14, 2026
@kofrezo kofrezo added the bug label Jul 14, 2026
@kofrezo
kofrezo merged commit 03565fc into main Jul 15, 2026
9 checks passed
@kofrezo
kofrezo deleted the dk_fix_timing_bug branch July 15, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants