[action] [PR:16528] Fix test_sysuptime failure#18461
Merged
bingwang-ms merged 1 commit intosonic-net:202411from Jun 24, 2025
Merged
[action] [PR:16528] Fix test_sysuptime failure#18461bingwang-ms merged 1 commit intosonic-net:202411from
bingwang-ms merged 1 commit intosonic-net:202411from
Conversation
* The change strips comma (if present) from py_gnmicli proc/uptime output before converting to float What is the motivation for this PR? Fix broken test How did you do it? Fix format parsing before type conversion How did you verify/test it? Tested on 7050cx3
11 tasks
Collaborator
Author
|
Original PR: #16528 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azpw run Azure.sonic-mgmt |
Collaborator
Author
|
Only PR owner can use /azpw run |
FengPan-Frank
approved these changes
May 22, 2025
Contributor
|
/azp run |
|
Commenter does not have sufficient privileges for PR 18461 in repo sonic-net/sonic-mgmt |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
r12f
approved these changes
Jun 24, 2025
bingwang-ms
approved these changes
Jun 24, 2025
sdszhang
pushed a commit
to sdszhang/sonic-mgmt
that referenced
this pull request
Jun 30, 2025
Code sync sonic-net/sonic-mgmt:202411 => 202412 ``` * 9be4331 (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250624:2357 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * 859f834 (base/202411) mssonicbld 250625:0740 - Fix test_sysuptime failure (sonic-net#16528) (sonic-net#18461) ``` Co-authored-by: mssonicbld <[email protected]> Co-authored-by: Sai Kiran <[email protected]>
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.
Fix
test_sysuptimefails with errorSummary:
Fixes # NA
Type of change
Back port request
Approach
What is the motivation for this PR?
Fix broken test
How did you do it?
Fix format parsing before type conversion
How did you verify/test it?
Tested on 7050cx3
Any platform specific information?
None
Supported testbed topology if it's a new test case?
NA
Documentation