Skip to content

[To dev/1.3] Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered#17367

Merged
jt2594838 merged 1 commit intodev/1.3from
cp-opc-client
Mar 27, 2026

Conversation

@Caideyipi
Copy link
Collaborator

Description

As the title said.


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

…hanged the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944)

fix

Pipe: Fixed the OPC UA client connection problem (#17083)

* fix

* IT

(cherry picked from commit 82f7ca6)

spt

Optimized the logger when table does not exist in DN heartbeat && Pipe: Fixed the OPC UA Sink key getter logic and potentail NPE when closing client && Load: Fixed the missing schema writing for "root" table (#17063)

* root-fix

* f

* fix

* rest

* spls

* gsa

* fix

(cherry picked from commit 5101489)

fix

Pipe: Implemented OPC Sink for outer server & Set configuration and changed the default value of the server security policies & Made the default quality configurable and does not throw when non-value/quality measurement is encountered (#16944)

* pj

* cj

* bone

* fix

* fix

* framework

* fix

* trilog

* framework

* fix

* fix

* yl

* stack-client

* fix

* might

* sleep-removal

* cleaning

* fix

* sec-dir

* cleaning

* remove-poison

* f

* fix

* clean-sit

* sit-comp

* object

* many-clean

* sit-sit

* fix

* fix

* fix

* ref

* sit

* partial

* security-policies

* check-equals

* check-err

* fix

* compile-fix

* adjust

* ut

* refactor

* fix_and_IT

* fix

* placeholder

* rollback

* eliminate-fault

* pw

* fix

* f

* fix

(cherry picked from commit cb18a95)
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 26, 2026

Codecov Report

❌ Patch coverage is 21.15813% with 354 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.47%. Comparing base (81397b2) to head (01dff60).
⚠️ Report is 2 commits behind head on dev/1.3.

Files with missing lines Patch % Lines
...e/sink/protocol/opcua/client/IoTDBOpcUaClient.java 0.00% 122 Missing ⚠️
...e/iotdb/db/pipe/sink/protocol/opcua/OpcUaSink.java 42.06% 73 Missing ⚠️
.../pipe/sink/protocol/opcua/client/ClientRunner.java 0.00% 63 Missing ⚠️
...otocol/opcua/client/IoTDBKeyStoreLoaderClient.java 0.00% 46 Missing ⚠️
...ipe/sink/protocol/opcua/server/OpcUaNameSpace.java 36.50% 40 Missing ⚠️
...sink/protocol/opcua/server/OpcUaServerBuilder.java 62.96% 10 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             dev/1.3   #17367      +/-   ##
=============================================
+ Coverage      41.37%   41.47%   +0.10%     
  Complexity       227      227              
=============================================
  Files           3594     3597       +3     
  Lines         236576   236964     +388     
  Branches       28625    28676      +51     
=============================================
+ Hits           97878    98276     +398     
+ Misses        138698   138688      -10     

☔ 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.

@jt2594838 jt2594838 merged commit 58f94e2 into dev/1.3 Mar 27, 2026
22 of 26 checks passed
@jt2594838 jt2594838 deleted the cp-opc-client branch March 27, 2026 02:43
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