Skip to content

[Server] Fix TranslateBrowsePath to NodeIds sync path in MasterNodeManager#3195

Merged
marcschier merged 3 commits into
OPCFoundation:masterfrom
romanett:feat/MasterNodeManagerFix
Sep 15, 2025
Merged

[Server] Fix TranslateBrowsePath to NodeIds sync path in MasterNodeManager#3195
marcschier merged 3 commits into
OPCFoundation:masterfrom
romanett:feat/MasterNodeManagerFix

Conversation

@romanett

Copy link
Copy Markdown
Contributor

Proposed changes

In the current state of MasterNodeManager sync paths are still needed, but not called when the server is in operation with our default request queue.
This PR fixes an issue in the sync path, where await was used although the method was expected to finish synchronously.

@romanett
romanett requested a review from marcschier September 14, 2025 14:54
@codecov

codecov Bot commented Sep 14, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 57.40%. Comparing base (9ba17b2) to head (cd58dd6).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...ies/Opc.Ua.Server/NodeManager/MasterNodeManager.cs 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3195      +/-   ##
==========================================
+ Coverage   57.34%   57.40%   +0.05%     
==========================================
  Files         355      355              
  Lines       78535    78538       +3     
  Branches    13854    13855       +1     
==========================================
+ Hits        45037    45084      +47     
+ Misses      29247    29195      -52     
- Partials     4251     4259       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcschier
marcschier merged commit 4d80ba7 into OPCFoundation:master Sep 15, 2025
77 checks passed
@romanett
romanett deleted the feat/MasterNodeManagerFix branch September 22, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants