We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906b29c commit 768df3cCopy full SHA for 768df3c
tests/failpoint_tests.rs
@@ -27,6 +27,8 @@ async fn txn_optimistic_heartbeat() -> Result<()> {
27
let key2 = "key2".to_owned();
28
let client = TransactionClient::new(pd_addrs(), None).await?;
29
30
+ // CheckLevel::Panic makes the case unstable, change to Warn level for now.
31
+ // See https://github.com/tikv/client-rust/issues/389
32
let mut heartbeat_txn = client
33
.begin_with_options(
34
TransactionOptions::new_optimistic()
0 commit comments