Skip to content

Added recoverable table #153

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added recoverable table #153

wants to merge 1 commit into from

Conversation

LanderOtto
Copy link
Contributor

@LanderOtto LanderOtto commented Mar 21, 2025

This commit implements new changes of StreamFlow. The StreamFlow Token object now has a new boolean attribute, recoverable. This attribute is typically set to False for most tokens. A new table has been created to store tokens with the recoverable value set to True, avoiding the need to add a column to the token table with a high number of False values.

…en` object now has a new boolean attribute, `recoverable`. This attribute is typically set to `False` for most tokens. A new table has been created to store tokens with the recoverable value set to `True`, avoiding the need to add a column to the token table with a high number of `False` values.
@LanderOtto
Copy link
Contributor Author

Adds the test on the CWLExecuteStep if the test_cwl_persistence is implemented

Copy link

codecov bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.36%. Comparing base (2970ea8) to head (a13b39c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   98.36%   98.36%           
=======================================
  Files           7        7           
  Lines         612      613    +1     
=======================================
+ Hits          602      603    +1     
  Misses         10       10           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant