stonedb
stonedb copied to clipboard
fix(mtr):fix mtr fail suite test(#383)
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
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 stonedbfix: bug fix for stonedbdocs: changes to the documentationworkflow: ci/cd in .githubrefactor: refactoring production code, eg. renaming a variablestyle: formatting, missing semi colons, etc; no production code changetest: adding missing tests, refactoring tests; no production code changewebsitechore: updating grunt tasks etc; no production code change
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.