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

shorten log store test #544

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

JacksonYao287
Copy link
Contributor

@JacksonYao287 JacksonYao287 commented Sep 10, 2024

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

@JacksonYao287 JacksonYao287 force-pushed the optimize-test-log-store branch from 980ebeb to 709c1f3 Compare September 11, 2024 04:10
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2024

⚠️ 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 ✅

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

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

Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shosseinimotlagh shosseinimotlagh merged commit 2d3f7d4 into eBay:master Sep 12, 2024
25 checks passed
@JacksonYao287 JacksonYao287 deleted the optimize-test-log-store branch September 13, 2024 00:23
xiaoxichen pushed a commit to xiaoxichen/HomeStore that referenced this pull request Sep 17, 2024
* horten log store test

* remove android in Setup Conan phrase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants