You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tiup playground nightly --mode tikv-slim
cd executor
go test -run ^TestShowPartitionStats$ -with-tikv 127.0.0.1:2379
go test -run ^TestAdminChecksumOfPartitionedTable$ -with-tikv 127.0.0.1:2379
2. What did you expect to see? (Required)
Test success
3. What did you see instead (Required)
Test case TestAdminChecksumOfPartitionedTable and TestShowPartitionStats run success on unistore, but fail on tikv.
The behaviour is different on those two store engine.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
I'm testing paging protocol by running tidb UT with a real TiKV using this branch #35647
2. What did you expect to see? (Required)
Test success
3. What did you see instead (Required)
Test case
TestAdminChecksumOfPartitionedTable
andTestShowPartitionStats
run success on unistore, but fail on tikv.The behaviour is different on those two store engine.
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: