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

Refactor CassandraPersistence to split out Task and Shard Persistence #3623

Merged
merged 4 commits into from
Oct 12, 2020

Conversation

longquanzheng
Copy link
Contributor

What changed?
Refactor CassandraPersistence to split out Task and Shard Persistence

Why?
for #3514
The cassandraPersistence implements three different Stores today, it's too difficult/risky if I refactor them together for NoSQL support. Hence I split it into three and then do it one by another.

How did you test it?
Use existing tests.

Potential risks
Very minimal risk as no any logic change, just moving code from one to anther file.

@github-actions github-actions bot force-pushed the qlong-nosql-execition branch 2 times, most recently from e737611 to 6ff254f Compare October 12, 2020 19:19
@github-actions github-actions bot force-pushed the qlong-nosql-execition branch from d241b67 to ce091c4 Compare October 12, 2020 19:58
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 68.813% when pulling ce091c4 on qlong-nosql-execition into 7f96a69 on master.

@github-actions github-actions bot force-pushed the qlong-nosql-execition branch from ce091c4 to 4a07701 Compare October 12, 2020 20:50
@github-actions github-actions bot merged commit 4113669 into master Oct 12, 2020
@github-actions github-actions bot deleted the qlong-nosql-execition branch October 12, 2020 21:07
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.

None yet

3 participants