-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
run integration-tests on tikv 6.5.8 without api-version = 2, got error
failures:
---- txn_batch_mutate_pessimistic stdout ----
thread 'txn_batch_mutate_pessimistic' panicked at tests/common/mod.rs:37:10:
called `Result::unwrap()` on an `Err` value: ExtractedErrors([StringError("Multiple key errors: [KvError { message: \"Api version in request does not match with TiKV storage, cmd: raw_delete_range, storage: V1, request: V2\" }]")])
note: run with `RUST_BACKTRACE=1` environment variable to display a backtracehow to set the client to api-version = 1?
use TransactionClient::new should use v1, but get the same error
Metadata
Metadata
Assignees
Labels
No labels