MOD-7863: Add HPEXPIRETIME Mock Support#5025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5025 +/- ##
==========================================
+ Coverage 86.18% 86.30% +0.12%
==========================================
Files 193 190 -3
Lines 34704 34593 -111
==========================================
- Hits 29908 29855 -53
+ Misses 4796 4738 -58 ☔ View full report in Codecov by Sentry. |
raz-mon
approved these changes
Sep 16, 2024
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-5025-to-2.10 origin/2.10
cd .worktree/backport-5025-to-2.10
git switch --create backport-5025-to-2.10
git cherry-pick -x cdc39c440fe2c3fa3b071b14d6bb533c5fb94335 |
kei-nan
added a commit
that referenced
this pull request
Sep 16, 2024
* * add a mock for HPEXPIRETIME * * Code Review - use ENOTSUP (cherry picked from commit cdc39c4)
kei-nan
added a commit
that referenced
this pull request
Sep 16, 2024
* * add a mock for HPEXPIRETIME * * Code Review - use ENOTSUP (cherry picked from commit cdc39c4)
kei-nan
added a commit
that referenced
this pull request
Sep 25, 2024
* * add a mock for HPEXPIRETIME * * Code Review - use ENOTSUP (cherry picked from commit cdc39c4)
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.
Add minimal mock support for HPEXPIRETIME
A clear and concise description of what the PR is solving, including:
Which issues this PR fixes
2. MOD-7863
Main objects this PR modified
Mark if applicable