rotationalio / honu

Adaptive consistency replication with reinforcement learning for large scale globally distributed storage.
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Better Namespace Handling #12

Closed bbengfort closed 2 years ago

bbengfort commented 2 years ago

Ensures default namespace is used when empty string is provided via the options and also ensures that the iterator provides a seamless Seek experience when iterating across a namespace.

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (c4bb605) into main (cc7d202) will increase coverage by 0.61%. The diff coverage is 100.00%.

:exclamation: Current head c4bb605 differs from pull request most recent head 4aa259a. Consider uploading reports for the commit 4aa259a to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   46.22%   46.83%   +0.61%     
==========================================
  Files           7        7              
  Lines         344      348       +4     
==========================================
+ Hits          159      163       +4     
  Misses        155      155              
  Partials       30       30              
Impacted Files Coverage Δ
iterator/empty.go 100.00% <100.00%> (ø)
options/options.go 92.59% <100.00%> (+0.28%) :arrow_up:

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 cc7d202...4aa259a. Read the comment docs.