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

test: restore integration tests #158

Merged
merged 2 commits into from
May 14, 2022
Merged

test: restore integration tests #158

merged 2 commits into from
May 14, 2022

Conversation

MrCroxx
Copy link
Owner

@MrCroxx MrCroxx commented May 14, 2022

As titled.

MAKE INTEGRATION TESTS GREAT AGAIN!!

@MrCroxx MrCroxx added the test Testing. label May 14, 2022
@MrCroxx MrCroxx self-assigned this May 14, 2022
@MrCroxx MrCroxx enabled auto-merge (squash) May 14, 2022 10:14
@codecov
Copy link

codecov bot commented May 14, 2022

Codecov Report

Merging #158 (af7a00b) into main (dfab2ff) will increase coverage by 30.62%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #158       +/-   ##
===========================================
+ Coverage   53.21%   83.83%   +30.62%     
===========================================
  Files          84       84               
  Lines        8265     8265               
===========================================
+ Hits         4398     6929     +2531     
+ Misses       3867     1336     -2531     
Impacted Files Coverage Δ
wheel/src/worker/raft.rs 94.13% <0.00%> (+0.37%) ⬆️
storage/src/utils/coding.rs 95.17% <0.00%> (+0.68%) ⬆️
storage/src/raft_log_store/log.rs 88.71% <0.00%> (+1.94%) ⬆️
storage/src/lsm_tree/iterator/user_key_iterator.rs 98.22% <0.00%> (+2.36%) ⬆️
storage/src/lsm_tree/components/skiplist/list.rs 85.75% <0.00%> (+3.79%) ⬆️
storage/src/lsm_tree/components/sstable.rs 86.20% <0.00%> (+3.87%) ⬆️
storage/src/lsm_tree/components/skiplist/arena.rs 100.00% <0.00%> (+6.38%) ⬆️
storage/src/lsm_tree/components/block_cache.rs 81.15% <0.00%> (+10.14%) ⬆️
storage/src/lsm_tree/components/memtable.rs 100.00% <0.00%> (+11.88%) ⬆️
common/src/coding.rs 57.14% <0.00%> (+22.85%) ⬆️
... and 31 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dfab2ff...af7a00b. Read the comment docs.

@MrCroxx MrCroxx merged commit e33ce00 into main May 14, 2022
@MrCroxx MrCroxx deleted the xx/integration-test branch May 14, 2022 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant