darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Add support for resuming session #127

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR adds support for resuming a session by setting resume_session flag to True and providing a dictionary with algorithm names as keys and session ids that need to be resumed as values.

Depends on #125

Closes #126

codecov[bot] commented 3 years ago

Codecov Report

Merging #127 (b743d3e) into master (5d89b63) will decrease coverage by 0.533%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##            master      #127       +/-   ##
=============================================
- Coverage   93.135%   92.602%   -0.533%     
=============================================
  Files           39        39               
  Lines         2316      2379       +63     
=============================================
+ Hits          2157      2203       +46     
- Misses         159       176       +17     
Impacted Files Coverage Δ
sail-on-client/sail_on_client/protocol/condda.py 79.545% <0.000%> (-6.895%) :arrow_down:
...-on-client/sail_on_client/protocol/ond_protocol.py 69.110% <0.000%> (-0.430%) :arrow_down:
sail-on-client/tests/test_parinterface.py 100.000% <0.000%> (ø)
sail-on-client/tests/test_localinterface.py 100.000% <0.000%> (ø)
...n-client/sail_on_client/protocol/localinterface.py 99.281% <0.000%> (+0.011%) :arrow_up:
...-on-client/sail_on_client/protocol/parinterface.py 96.875% <0.000%> (+0.172%) :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 5d89b63...b743d3e. Read the comment docs.