Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/cdc-bank/bank.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"time"

"github.com/ngaut/log"

"github.com/pingcap/tipocket/pkg/cluster"
"github.com/pingcap/tipocket/pkg/core"
"github.com/pingcap/tipocket/util"
Expand All @@ -49,7 +48,7 @@ func (c ClientCreator) Create(_ cluster.ClientNode) core.Client {

const initBalance int = 1000
const regions int = 16
const validateConcurrency int = 32
const validateConcurrency int = 1

type client struct {
*Config
Expand Down