Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant use of marco __PRETTY_FUNCTION__ #4486

Merged
merged 18 commits into from
Apr 2, 2022

Conversation

ywqzzy
Copy link
Contributor

@ywqzzy ywqzzy commented Mar 29, 2022

What problem does this PR solve?

Issue Number: close #4392

Problem Summary:

What is changed and how it works?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

None

Signed-off-by: ywqzzy <592838129@qq.com>
Signed-off-by: ywqzzy <592838129@qq.com>
Signed-off-by: ywqzzy <592838129@qq.com>
Signed-off-by: ywqzzy <592838129@qq.com>
Signed-off-by: ywqzzy <592838129@qq.com>
@ti-chi-bot
Copy link
Member

ti-chi-bot commented Mar 29, 2022

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • Lloyd-Pottiger
  • fuzhe1989

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 29, 2022
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 29, 2022

/cc @Lloyd-Pottiger @JaySon-Huang

Signed-off-by: ywqzzy <592838129@qq.com>
Signed-off-by: ywqzzy <592838129@qq.com>
@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Mar 29, 2022
Copy link
Contributor

@Lloyd-Pottiger Lloyd-Pottiger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Mar 30, 2022
Signed-off-by: ywqzzy <592838129@qq.com>
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 30, 2022

/merge

@ti-chi-bot
Copy link
Member

@ywqzzy: It seems you want to merge this PR, I will help you trigger all the tests:

/run-all-tests

You only need to trigger /merge once, and if the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

If you have any questions about the PR merge process, please refer to pr process.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 0ce0e88

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Mar 30, 2022
@sre-bot
Copy link
Collaborator

sre-bot commented Mar 30, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      312               312     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               417               417     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 9    88.75%          57                 3    94.74%         120                21    82.50%          30                12    60.00%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    389                78    79.95%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              830               789     4.94%          47                43     8.51%        1056               984     6.82%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3071              2354    23.35%         276               131    52.54%        4616              3019    34.60%        1742              1376    21.01%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17070      9588             43.83%    192106  97201        49.40%

full coverage report (for internal network access only)

@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 30, 2022

/run-integration-test

1 similar comment
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 30, 2022

/run-integration-test

@sre-bot
Copy link
Collaborator

sre-bot commented Mar 30, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      312               312     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               417               417     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 9    88.75%          57                 3    94.74%         120                21    82.50%          30                12    60.00%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    389                78    79.95%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              830               789     4.94%          47                43     8.51%        1056               984     6.82%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3071              2354    23.35%         276               131    52.54%        4616              3019    34.60%        1742              1376    21.01%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17070      9588             43.83%    192106  97207        49.40%

full coverage report (for internal network access only)

@sre-bot
Copy link
Collaborator

sre-bot commented Mar 30, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 8    90.00%          57                 3    94.74%         120                20    83.33%          30                11    63.33%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1042               970     6.91%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2365    23.31%         276               131    52.54%        4602              3004    34.72%        1742              1375    21.07%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17070      9590             43.82%    192090  97199        49.40%

full coverage report (for internal network access only)

@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 30, 2022

/run-all-tests

@sre-bot
Copy link
Collaborator

sre-bot commented Mar 30, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                65    68.14%
Storages/DeltaMerge/File/DMFile.h                    80                 9    88.75%          57                 3    94.74%         120                21    82.50%          30                12    60.00%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1042               970     6.91%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2366    23.28%         276               131    52.54%        4602              3005    34.70%        1742              1377    20.95%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17070      9590             43.82%    192090  97189        49.40%

full coverage report (for internal network access only)

Signed-off-by: ywqzzy <592838129@qq.com>
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Mar 30, 2022

/run-all-tests

@sre-bot
Copy link
Collaborator

sre-bot commented Mar 30, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                65    68.14%
Storages/DeltaMerge/File/DMFile.h                    80                 8    90.00%          57                 3    94.74%         120                20    83.33%          30                11    63.33%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              832               791     4.93%          46                42     8.70%        1036               964     6.95%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3083              2364    23.32%         275               130    52.73%        4596              2998    34.77%        1742              1376    21.01%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17069      9589             43.82%    192084  97195        49.40%

full coverage report (for internal network access only)

@CLAassistant
Copy link

CLAassistant commented Apr 1, 2022

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Signed-off-by: ywqzzy <592838129@qq.com>
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Apr 2, 2022

/run-all-tests

2 similar comments
@ywqzzy
Copy link
Contributor Author

ywqzzy commented Apr 2, 2022

/run-all-tests

@Lloyd-Pottiger
Copy link
Contributor

/run-all-tests

@sre-bot
Copy link
Collaborator

sre-bot commented Apr 2, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 8    90.00%          57                 3    94.74%         120                20    83.33%          30                11    63.33%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1042               970     6.91%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2365    23.31%         276               131    52.54%        4602              3004    34.72%        1742              1375    21.07%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17010      9514             44.07%    191637  96387        49.70%

full coverage report (for internal network access only)

@sre-bot
Copy link
Collaborator

sre-bot commented Apr 2, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 8    90.00%          57                 3    94.74%         120                20    83.33%          30                11    63.33%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1042               970     6.91%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2365    23.31%         276               131    52.54%        4602              3004    34.72%        1742              1375    21.07%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17010      9514             44.07%    191637  96385        49.70%

full coverage report (for internal network access only)

@ywqzzy
Copy link
Contributor Author

ywqzzy commented Apr 2, 2022

/run-all-tests

@sre-bot
Copy link
Collaborator

sre-bot commented Apr 2, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 8    90.00%          57                 3    94.74%         120                20    83.33%          30                11    63.33%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                78    80.00%          40                 2    95.00%         693                81    88.31%         212                80    62.26%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1056               984     6.82%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2365    23.31%         276               131    52.54%        4616              3018    34.62%        1742              1375    21.07%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17010      9514             44.07%    191651  96431        49.68%

full coverage report (for internal network access only)

@ywqzzy
Copy link
Contributor Author

ywqzzy commented Apr 2, 2022

/merge

@ti-chi-bot
Copy link
Member

@ywqzzy: It seems you want to merge this PR, I will help you trigger all the tests:

/run-all-tests

You only need to trigger /merge once, and if the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

If you have any questions about the PR merge process, please refer to pr process.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: b6a9dfb

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Apr 2, 2022
@sre-bot
Copy link
Collaborator

sre-bot commented Apr 2, 2022

Coverage for changed files

Filename                                        Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Flash/Coprocessor/DAGDriver.cpp                     112               112     0.00%           5                 5     0.00%         149               149     0.00%          46                46     0.00%
Flash/Coprocessor/DAGStorageInterpreter.cpp         336               336     0.00%          17                17     0.00%         614               614     0.00%         220               220     0.00%
Flash/CoprocessorHandler.cpp                        138               138     0.00%           5                 5     0.00%         129               129     0.00%          54                54     0.00%
Flash/Mpp/ExchangeReceiver.cpp                      313               313     0.00%          32                32     0.00%         459               459     0.00%         192               192     0.00%
Flash/Mpp/MPPTask.cpp                               425               425     0.00%          21                21     0.00%         349               349     0.00%         190               190     0.00%
Storages/DeltaMerge/File/DMFile.cpp                 341               109    68.04%          46                 2    95.65%         689               122    82.29%         204                64    68.63%
Storages/DeltaMerge/File/DMFile.h                    80                 9    88.75%          57                 3    94.74%         120                21    82.50%          30                12    60.00%
Storages/DeltaMerge/SchemaUpdate.cpp                116                54    53.45%           6                 1    83.33%         358               111    68.99%         106                50    52.83%
Storages/Transaction/KVStore.cpp                    390                77    80.26%          40                 2    95.00%         693                81    88.31%         212                78    63.21%
Storages/Transaction/SchemaBuilder.cpp              833               792     4.92%          47                43     8.51%        1056               984     6.82%         488               468     4.10%
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                              3084              2365    23.31%         276               131    52.54%        4616              3019    34.60%        1742              1374    21.13%

Coverage summary

Functions  MissedFunctions  Executed  Lines   MissedLines  Cover
17010      9515             44.06%    191651  96427        49.69%

full coverage report (for internal network access only)

@ti-chi-bot ti-chi-bot merged commit 7594214 into pingcap:master Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant use of marco __PRETTY_FUNCTION__ and __FUNCTION__ in LOG_FMT_XXX
7 participants