iotdb
iotdb copied to clipboard
Filter those time series metadata whose endTime is less than startTime
if there exists time series metadata whose endTime is less than startTime, it will cause query thread run into dead while-loop
Codecov Report
Attention: Patch coverage is 39.13043% with 14 lines in your changes missing coverage. Please review.
Project coverage is 43.04%. Comparing base (
a4a7be0) to head (f8a3317). Report is 2016 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| .../storageengine/buffer/TimeSeriesMetadataCache.java | 33.33% | 14 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #12624 +/- ##
============================================
- Coverage 43.06% 43.04% -0.03%
- Complexity 69 71 +2
============================================
Files 3202 3204 +2
Lines 200013 200153 +140
Branches 23853 23869 +16
============================================
+ Hits 86139 86150 +11
- Misses 113874 114003 +129
: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.
