Closed Double0101 closed 1 year ago
This pull request's title should follow requirements next. @Double0101 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 .githubperf
: Changes to improve code performancerefactor
: refactoring production code, eg. renaming a variablestyle
: formatting, missing semi colons, etc; no production code changetest
: adding missing tests, refactoring tests; no production code changewebsite
chore
: updating grunt tasks etc; no production code changeThanks for the contribution! I have applied any labels matching special text in your PR Changelog.
Please review the labels and make any necessary changes.
[ 99%] tianmu.issue1876 w8 [ pass ] 1217382
[100%] shutdown_report w0 [ pass ]
--------------------------------------------------------------------------
The servers were restarted 22 times
Spent 2047.969 of 1299 seconds executing testcases
Completed: All 281 tests were successful.
Cause: In the function AggregationAlgorithm::Aggregate in aggregation_algorithm.cpp, it doesn't check validity of mit before PutAggregatedValue. Solution: Check validity of mit.
Summary about this PR
Issue Number: close #1942
Tests Check List
Changelog
Documentation