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

Add CFR and WTF diagnostics programs #88

Merged
merged 15 commits into from
Jun 13, 2024

wtf: Simplify SQL statement `shard_allocation`

5a9ef0e
Select commit
Loading
Failed to load commit list.
Merged

Add CFR and WTF diagnostics programs #88

wtf: Simplify SQL statement `shard_allocation`
5a9ef0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 13, 2024 in 0s

80.59% (target 60.00%)

View this Pull Request on Codecov

80.59% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 84.11215% with 119 lines in your changes missing coverage. Please review.

Project coverage is 80.59%. Comparing base (f353b7f) to head (5a9ef0e).

Files Patch % Lines
cratedb_toolkit/wtf/query_collector.py 58.26% 53 Missing ⚠️
cratedb_toolkit/cfr/systable.py 90.90% 12 Missing ⚠️
cratedb_toolkit/wtf/recorder.py 69.69% 10 Missing ⚠️
cratedb_toolkit/util/cli.py 52.94% 8 Missing ⚠️
cratedb_toolkit/util/data.py 46.15% 7 Missing ⚠️
cratedb_toolkit/util/database.py 56.25% 7 Missing ⚠️
cratedb_toolkit/wtf/cli.py 94.00% 6 Missing ⚠️
cratedb_toolkit/sqlalchemy/patch.py 85.29% 5 Missing ⚠️
cratedb_toolkit/util/platform.py 88.57% 4 Missing ⚠️
cratedb_toolkit/wtf/model.py 95.45% 3 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   79.01%   80.59%   +1.57%     
==========================================
  Files          56       68      +12     
  Lines        1973     2705     +732     
==========================================
+ Hits         1559     2180     +621     
- Misses        414      525     +111     

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