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 free space checks on slab expansion (SYN-4615) #3016

Merged
merged 7 commits into from
Feb 16, 2023
Merged

Conversation

Cisphyx
Copy link
Contributor

@Cisphyx Cisphyx commented Feb 14, 2023

No description provided.

@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Base: 96.91% // Head: 97.10% // Increases project coverage by +0.19% 🎉

Coverage data is based on head (1feb4fb) compared to base (8e46d79).
Patch coverage: 98.03% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3016      +/-   ##
==========================================
+ Coverage   96.91%   97.10%   +0.19%     
==========================================
  Files         220      220              
  Lines       43447    43477      +30     
==========================================
+ Hits        42105    42217     +112     
+ Misses       1342     1260      -82     
Flag Coverage Δ
linux 97.10% <98.03%> (+2.48%) ⬆️
linux_replay ?

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

Impacted Files Coverage Δ
synapse/lib/spooled.py 99.01% <87.50%> (-0.99%) ⬇️
synapse/cortex.py 96.72% <100.00%> (-0.56%) ⬇️
synapse/lib/aha.py 97.99% <100.00%> (+<0.01%) ⬆️
synapse/lib/ast.py 98.78% <100.00%> (+<0.01%) ⬆️
synapse/lib/cell.py 98.33% <100.00%> (+<0.01%) ⬆️
synapse/lib/layer.py 96.60% <100.00%> (-0.04%) ⬇️
synapse/lib/lmdbslab.py 99.72% <100.00%> (+<0.01%) ⬆️
synapse/lib/multislabseqn.py 99.62% <100.00%> (+<0.01%) ⬆️
synapse/lib/nexus.py 97.05% <100.00%> (+0.01%) ⬆️
synapse/lib/snap.py 94.84% <100.00%> (ø)
... and 16 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

synapse/lib/cell.py Outdated Show resolved Hide resolved
synapse/lib/lmdbslab.py Outdated Show resolved Hide resolved
@vEpiphyte vEpiphyte added this to the v2.12x.x milestone Feb 16, 2023
@Cisphyx Cisphyx merged commit b595071 into master Feb 16, 2023
@Cisphyx Cisphyx deleted the slab-freespace branch February 16, 2023 20:01
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