iotdb
iotdb copied to clipboard
Pipe: Implemented tree auth check for source + write-back-sink
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 Report
:x: Patch coverage is 27.29560% with 578 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 39.17%. Comparing base (b6c13d7) to head (3239b3d).
:warning: Report is 6 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #16531 +/- ##
============================================
+ Coverage 39.04% 39.17% +0.13%
- Complexity 207 212 +5
============================================
Files 5023 5051 +28
Lines 333410 335520 +2110
Branches 42433 42783 +350
============================================
+ Hits 130175 131436 +1261
- Misses 203235 204084 +849
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Quality Gate passed
Issues
82 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
1.0% Duplication on New Code