iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Filter those time series metadata whose endTime is less than startTime

Open JackieTien97 opened this issue 1 year ago • 2 comments

if there exists time series metadata whose endTime is less than startTime, it will cause query thread run into dead while-loop

JackieTien97 avatar May 30 '24 13:05 JackieTien97

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

sonarqubecloud[bot] avatar May 30 '24 13:05 sonarqubecloud[bot]

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.

codecov[bot] avatar May 30 '24 14:05 codecov[bot]