tikv / client-rust

Rust Client for TiKV.
Apache License 2.0
389 stars 131 forks source link

tests: Integration tests on API v1 #448

Open pingyu opened 8 months ago

pingyu commented 8 months ago

We implement the complete keyspace feature and hard-code to use API v2 in all integration tests in #439 .

It would be much better to regression test on API v1 as well.