Conversation
falloficaruss
marked this pull request as ready for review
June 28, 2026 06:45
ntkathole
force-pushed
the
fix/remote-online-store-unix-timestamp
branch
from
July 30, 2026 08:41
6b08228 to
cbc45bc
Compare
ntkathole
approved these changes
Jul 30, 2026
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6555 +/- ##
==========================================
+ Coverage 46.36% 46.40% +0.03%
==========================================
Files 414 414
Lines 50072 50076 +4
Branches 7154 7156 +2
==========================================
+ Hits 23218 23239 +21
+ Misses 25231 25204 -27
- Partials 1623 1633 +10
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
…ne store transport Signed-off-by: Abhishek Shinde <norizzabhii@gmail.com>
ntkathole
force-pushed
the
fix/remote-online-store-unix-timestamp
branch
from
July 30, 2026 11:12
cbc45bc to
64a8294
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
his PR fixes a bug where UnixTimestamp feature values cause JSON serialization failures when using the remote online store.
Which issue(s) this PR fixes:
Fixes #6492
Checks
git commit -s)Testing Strategy
Misc