Skip to content

Commit

Permalink
refactor: migrate tests from MemoryKvBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Oct 18, 2023
1 parent c50eb5f commit 460a1ee
Show file tree
Hide file tree
Showing 6 changed files with 440 additions and 294 deletions.
1 change: 1 addition & 0 deletions src/common/meta/src/kv_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

pub mod memory;
pub mod test;
pub mod txn;

use std::any::Any;
Expand Down
Loading

0 comments on commit 460a1ee

Please sign in to comment.