icelake-io/icelake

Refactor insertion integration tests to work with libtest-mimic.

liurenjie1024 opened this issue · 0 comments

Currently in insertion integration tests, we maintain one function for each test case. It's difficult, especially when we want more cases. We should use libtest-mimic to simplify it.