Skip to content

Conversation

chlins
Copy link
Member

@chlins chlins commented Jul 3, 2025

This pull request updates the managerServerV2 RPC server to include additional fields (IP and Port) when querying for SeedPeer and Scheduler records. These changes ensure more precise matching of records in the database.

Enhancements to database queries:

Description

Related Issue

Motivation and Context

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

Signed-off-by: chlins <chlins.zhang@gmail.com>
@chlins chlins requested a review from a team as a code owner July 3, 2025 12:49
@chlins chlins added the enhancement New feature or request label Jul 3, 2025
@chlins chlins enabled auto-merge (squash) July 3, 2025 12:49
Copy link

@Liam-Zhao Liam-Zhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@gaius-qi gaius-qi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Jul 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 32.85%. Comparing base (b66c49f) to head (8afff5f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
manager/rpcserver/manager_server_v2.go 0.00% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4180      +/-   ##
==========================================
- Coverage   32.85%   32.85%   -0.01%     
==========================================
  Files         350      350              
  Lines       41060    41064       +4     
==========================================
  Hits        13491    13491              
- Misses      26675    26679       +4     
  Partials      894      894              
Flag Coverage Δ
unittests 32.85% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
manager/rpcserver/manager_server_v2.go 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chlins chlins merged commit cae253c into main Jul 3, 2025
18 checks passed
@chlins chlins deleted the fix/revert-change-for-manager-rpcserver branch July 3, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants