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

[#515] improvement(core): Add UT to test restart for RocksDBBackend #515

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

Add UT to test restart and reopen for RocksDBBackend

Why are the changes needed?

Fully test RocksDBBackend to verify if it works well.

Fix: #514

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

UT

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

Code Coverage Report

Overall Project 62.01% 🟢
Files changed 100% 🟢

Module Coverage
core 74.24% 🟢
Files
Module File Coverage
core RandomIdGenerator.java 100% 🟢

@jerryshao jerryshao merged commit 7d8302d into apache:main Oct 16, 2023
2 checks passed
Clearvive pushed a commit that referenced this pull request Oct 17, 2023
…#515)

### What changes were proposed in this pull request?

Add UT to test restart and reopen for `RocksDBBackend`

### Why are the changes needed?

Fully test `RocksDBBackend` to verify if it works well.

Fix: #514 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

UT
jerryshao pushed a commit that referenced this pull request Oct 26, 2023
…#515)

### What changes were proposed in this pull request?

Add UT to test restart and reopen for `RocksDBBackend`

### Why are the changes needed?

Fully test `RocksDBBackend` to verify if it works well.

Fix: #514 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

UT
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.

[Improvement] Add UT to test restarting/reopening for RocksDBBackend
2 participants