stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
866 stars 141 forks source link

test(workflow): disable some MTR test cases and lower the code coverage threshold #1972

Closed Nliver closed 11 months ago

Nliver commented 12 months ago

It should be noted that these issues have not been fixed, and we will fix these bugs in the future

Summary about this PR

Issue Number: close #issue_number_you_created

Tests Check List

Changelog

Documentation

mergify[bot] commented 12 months ago

This pull request's title should follow requirements next. @Nliver please check it :point_down:.

Valid format:

fix(vc): fix sth..... (#3306)
  ^         ^---------^  ^----^
  |         |            |
  |         +            +-> you issue id.
  |         |
  |         +-> Summary in present tense.
  |
  +-------> Type: feat, fix, docs, workflow, style, refactor, test, website, chore

Valid types:

mergify[bot] commented 12 months ago

Thanks for the contribution! I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

codecov[bot] commented 12 months ago

Codecov Report

Attention: 57 lines in your changes are missing coverage. Please review.

Comparison is base (6a560a0) 60.23% compared to head (d146da6) 60.17%. Report is 26 commits behind head on stonedb-5.7-dev.

Files Patch % Lines
storage/tianmu/core/tianmu_table.cpp 5.55% 17 Missing :warning:
storage/tianmu/handler/ha_tianmu.cpp 0.00% 9 Missing :warning:
storage/tianmu/core/engine.cpp 53.33% 7 Missing :warning:
storage/tianmu/loader/load_parser.cpp 55.55% 4 Missing :warning:
sql/sql_yacc.yy 0.00% 3 Missing :warning:
storage/tianmu/optimizer/aggregator_basic.cpp 40.00% 3 Missing :warning:
storage/tianmu/core/value_or_null.cpp 77.77% 2 Missing :warning:
storage/tianmu/vc/multi_value_column.h 0.00% 2 Missing :warning:
sql/binlog.cc 0.00% 1 Missing :warning:
storage/tianmu/core/item_tianmu_field.cpp 80.00% 1 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## stonedb-5.7-dev #1972 +/- ## =================================================== - Coverage 60.23% 60.17% -0.07% =================================================== Files 1837 1837 Lines 380671 380784 +113 =================================================== - Hits 229316 229135 -181 - Misses 151355 151649 +294 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.