Skip to content

Pipe: Fixed the hardlink bug of plugin meta#16937

Merged
Caideyipi merged 3 commits intomasterfrom
pipeMeta-fix
Dec 23, 2025
Merged

Pipe: Fixed the hardlink bug of plugin meta#16937
Caideyipi merged 3 commits intomasterfrom
pipeMeta-fix

Conversation

@Caideyipi
Copy link
Copy Markdown
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

@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 56.25000% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.16%. Comparing base (ca26dd3) to head (c487279).
⚠️ Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
...db/confignode/persistence/pipe/PipePluginInfo.java 56.25% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             master   #16937    +/-   ##
==========================================
  Coverage     39.16%   39.16%            
  Complexity      212      212            
==========================================
  Files          5048     5048            
  Lines        334961   335063   +102     
  Branches      42685    42707    +22     
==========================================
+ Hits         131179   131240    +61     
- Misses       203782   203823    +41     

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

@Caideyipi Caideyipi merged commit 609bc28 into master Dec 23, 2025
31 checks passed
@Caideyipi Caideyipi deleted the pipeMeta-fix branch December 23, 2025 08:58
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