stonedb icon indicating copy to clipboard operation
stonedb copied to clipboard

fix(mtr):fix mtr fail suite test(#383)

Open zsp108 opened this issue 3 years ago • 2 comments

fix(mtr):fix sysschema mtr

fix(mtr):fix rpl mtr result、pump fix and mv rpl_drop_scheduled_event

fix(mtr):fix mtr query_rewrite_plugins

fix(mtr):fix parts mtr test

fix(mtr):fix opt_trace test

fix(mtr):fix binlog suite result and mv binlog_unsafe to test/binlog

fix(mtr):fix sys_vars result fail

fix(mtr):mv sys_vars character_set fail test to test/sys_vars

fix(mtr):fix optimizer_switch_basic result and mv expire_logs_days fail

fix(mtr):fix all_vars result

Summary about this PR

Issue Number: close #383

Tests Check List

  • [ ] Unit test
  • [ ] Integration test
  • [x] Manual test (add detailed scripts or steps below)
  • [ ] No code
./mtr --suite=main --force --max-test-fail=0 --retry=0 --parallel=10 > main.log
./mtr --suite=sys_vars --force --max-test-fail=0 --retry=0 --parallel=10 > sys_vars.log
./mtr --suite=binlog --force --max-test-fail=0 --retry=0 --parallel=10 > binlog.log
./mtr --suite=rpl --force --max-test-fail=0 --retry=0 --parallel=10 > rpl.log
./mtr --suite=opt_trace --force --max-test-fail=0 --retry=0 --parallel=10 > opt_trace.log
./mtr --suite=parts --force --max-test-fail=0 --retry=0 --parallel=10 > parts.log
./mtr --suite=query_rewrite_plugins --force --max-test-fail=0 --retry=0 --parallel=10 > query_rewrite_plugins.log
./mtr --suite=sysschema --force --max-test-fail=0 --retry=0 --parallel=10 > sysschema.log

Changelog

  • [ ] New Feature
  • [ ] Bug Fix
  • [ ] Improvement
  • [ ] Performance Improvement
  • [x] Build/Testing/CI/CD
  • [ ] Documentation
  • [ ] Not for changelog (changelog entry is not required)

Documentation

  • [ ] Affects user behaviors
  • [ ] Contains syntax changes
  • [ ] Contains variable changes
  • [ ] Contains experimental features

zsp108 avatar Aug 09 '22 12:08 zsp108

This pull request's title should follow requirements next. @zsp108 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:

  • feat: new feature for stonedb
  • fix: bug fix for stonedb
  • docs: changes to the documentation
  • workflow: ci/cd in .github
  • refactor: refactoring production code, eg. renaming a variable
  • style: formatting, missing semi colons, etc; no production code change
  • test: adding missing tests, refactoring tests; no production code change
  • website
  • chore: updating grunt tasks etc; no production code change

mergify[bot] avatar Aug 09 '22 12:08 mergify[bot]

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.

mergify[bot] avatar Aug 09 '22 12:08 mergify[bot]