disksing

Results 45 issues of disksing

模板素材来源网络。 ```toml [[variables]] id = "community" description = "圈子名" default = "CG" [[variables]] id = "software1" description = "软件名" default = "3D MAX" [[variables]] id = "price1" description = "价格"...

generator

## Feature Request **Is your feature request related to a problem? Please describe:** When writing a unit test, I want to know if a failpoint is evaluated and the evaluated...

Signed-off-by: disksing ### What is changed, added or deleted? (Required) Update deployment docs. Replace term `城` with `区域`, replace `中心` with `AZ`. Pictures are WIP. ### Which TiDB version(s) do...

type/enhancement
translation/doing
size/XL
ONCALL

Signed-off-by: disksing ### What is changed, added or deleted? (Required) - fix wrong placement rule example ### Which TiDB version(s) do your changes apply to? (Required) - [x] master (the...

type/bug-fix
translation/from-docs-cn
status/LGT2
status/PTAL
needs-cherry-pick-release-5.0
size/S
area/scheduling
needs-cherry-pick-release-5.1
needs-cherry-pick-release-5.2
needs-cherry-pick-release-5.3
ONCALL
needs-cherry-pick-release-5.4
needs-cherry-pick-release-6.1
needs-cherry-pick-release-6.2

Replace https://github.com/tikv/client-go/blob/8c3f29a55f1015e6d4d5cf2e121999ddb224833f/integration_tests/async_commit_test.go#L80-L83 with ``` client, cluster, pdClient, err := testutils.NewMockTiKV("", nil) s.Require().Nil(err) testutils.BootstrapWithSingleStore(cluster) ``` Then make sure tests can pass.

``` goleak: Errors on successful test run: found unexpected goroutines: [Goroutine 4400 in state select, with github.com/tikv/client-go/v2/internal/retry.newBackoffFn.func1 on top of the stack: goroutine 4400 [select]: github.com/tikv/client-go/v2/internal/retry.newBackoffFn.func1(0x1fce648, 0xc0000c6010, 0xffffffffffffffff, 0x5) /home/runner/work/client-go/client-go/internal/retry/config.go:181...

Due to historical reason, `integration_test` now imports `pingcap/tidb`. The dependency update issues it carries with it are often painful during the development process. The main reason why tidb must be...

Replace `NewTestUniStore` with `NewTestStore` then make sure tests can pass. https://github.com/tikv/client-go/blob/8c3f29a55f1015e6d4d5cf2e121999ddb224833f/integration_tests/snapshot_fail_test.go#L64

Replace `NewTestUniStore` with `NewTestStore` then make sure tests can pass. https://github.com/tikv/client-go/blob/8c3f29a55f1015e6d4d5cf2e121999ddb224833f/integration_tests/lock_test.go#L74

Even we do not need Global/Local txn or follower read, the updater queries every store for every 2 seconds. When there are many clients, it can increase tikv load. /cc...

enhancement