eBay / HomeStore

Storage Engine for block and key/value stores.
Apache License 2.0
23 stars 21 forks source link

shorten log store test #544

Closed JacksonYao287 closed 2 months ago

JacksonYao287 commented 2 months ago

1 only output info log in this UT, disable debug and trace 2 reduce the number of num_records so that this UT will not take too much time

before: 15/19 Test # 15: LogStore-Epoll ................... Passed 253.07 sec

only remove log of debug and trace

15/19 Test # 15: LogStore-Epoll ................... Passed 252.39 sec

remove log of debug and trace , and set num_record from 10000 to 1000 15/19 Test # 15: LogStore-Epoll ................... Passed 45.89 sec

also , this PR mv sudo rm -rf $ANDROID_HOME from build cache phrase to Export Recipes phrase, which will solve the no-space left issue , since some github CI does not have build cache phrase

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.46%. Comparing base (1a0cef8) to head (c367788). Report is 60 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #544 +/- ## =========================================== + Coverage 56.51% 67.46% +10.95% =========================================== Files 108 109 +1 Lines 10300 10389 +89 Branches 1402 1400 -2 =========================================== + Hits 5821 7009 +1188 + Misses 3894 2704 -1190 - Partials 585 676 +91 ```

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