Skip to content

Pipe: Fixed the test for #17770 - #17779

Merged
Caideyipi merged 12 commits into
masterfrom
ci-fix
May 28, 2026
Merged

Pipe: Fixed the test for #17770#17779
Caideyipi merged 12 commits into
masterfrom
ci-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

@codecov

codecovBot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.77%. Comparing base (0c25e53) to head (c27322c).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #17779 +/- ##
============================================
+ Coverage 40.58% 40.77% +0.18% - Complexity 2575 2610 +35 
============================================
Files 5181 5184 +3 Lines 350404 350727 +323 Branches 44801 44857 +56 ============================================
+ Hits 142225 143010 +785 + Misses 208179 207717 -462 

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

@sonarqubecloud

Copy link
Copy Markdown

@Caideyipi
Caideyipi merged commit 623532a into masterMay 28, 2026
44 checks passed
@Caideyipi
Caideyipi deleted the ci-fix branch May 28, 2026 07:53
MileaRobertStefan pushed a commit to MileaRobertStefan/iotdb that referenced this pull request Jun 26, 2026
Sign up for freeto 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.

1 participant

@Caideyipi