Skip to content

Disabled some unstable function#17373

Open
Caideyipi wants to merge 3 commits intomasterfrom
disable-object
Open

Disabled some unstable function#17373
Caideyipi wants to merge 3 commits intomasterfrom
disable-object

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

Copy link
Copy Markdown
Contributor

@jt2594838 jt2594838 left a comment

Choose a reason for hiding this comment

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

Better to add some tests

@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 40.42553% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 39.79%. Comparing base (d1ae3ce) to head (2d8fb10).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...engine/execution/executor/RegionWriteExecutor.java 36.36% 28 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #17373   +/-   ##
=========================================
  Coverage     39.78%   39.79%           
  Complexity      312      312           
=========================================
  Files          5127     5127           
  Lines        346311   346342   +31     
  Branches      44105    44109    +4     
=========================================
+ Hits         137785   137816   +31     
  Misses       208526   208526           

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

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