Closed JacksonYao287 closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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