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

chore(ci): speedup unit test #2974

Merged
merged 1 commit into from
Jun 3, 2022
Merged

chore(ci): speedup unit test #2974

merged 1 commit into from
Jun 3, 2022

Conversation

skyzh
Copy link
Contributor

@skyzh skyzh commented Jun 3, 2022

Signed-off-by: Alex Chi [email protected]

What's changed and what's your intention?

Run fail point tests along with llvm coverage test.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #2974 (5707ea8) into main (165198c) will increase coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2974      +/-   ##
==========================================
+ Coverage   72.64%   72.85%   +0.21%     
==========================================
  Files         719      722       +3     
  Lines       96096    96599     +503     
==========================================
+ Hits        69808    70381     +573     
+ Misses      26288    26218      -70     
Flag Coverage Δ
rust 72.85% <ø> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/meta/src/model/barrier.rs 78.57% <0.00%> (-3.58%) ⬇️
src/connector/src/filesystem/file_common.rs 80.35% <0.00%> (-0.45%) ⬇️
src/meta/src/barrier/mod.rs 65.27% <0.00%> (-0.33%) ⬇️
src/storage/src/storage_failpoints/test_hummock.rs 94.25% <0.00%> (ø)
...rc/storage/src/storage_failpoints/test_iterator.rs 95.41% <0.00%> (ø)
src/storage/src/storage_failpoints/test_sstable.rs 96.62% <0.00%> (ø)
src/common/src/types/ordered_float.rs 24.90% <0.00%> (+0.19%) ⬆️
src/storage/src/hummock/state_store.rs 77.34% <0.00%> (+0.32%) ⬆️
...ge/src/hummock/sstable/forward_sstable_iterator.rs 94.60% <0.00%> (+0.49%) ⬆️
...e/src/hummock/sstable/backward_sstable_iterator.rs 96.81% <0.00%> (+0.63%) ⬆️
... and 10 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@skyzh skyzh merged commit 60203cd into main Jun 3, 2022
@skyzh skyzh deleted the skyzh/speedup-unit-test branch June 3, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants