Skip to content

Commit

Permalink
Merge branch 'master' into new_owner_gc_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 26, 2021
2 parents 7efa2d8 + 1b8db7c commit 924f241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/_utils/start_tidb_cluster_impl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ runAsDaemon = true
kvstore_path = "${OUT_DIR}/tiflash/kvstore"
pd_addr = "${UP_PD_HOST_1}:${UP_PD_PORT_1}"
ignore_databases = "system,default"
storage_engine = "tmt"
storage_engine = "dt"
EOF

cat - >"$OUT_DIR/tiflash-proxy.toml" <<EOF
Expand Down
4 changes: 2 additions & 2 deletions tests/processor_panic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
)

const (
numTables = 20
numQueriesPerTable = 2000
numTables = 10
numQueriesPerTable = 200
)

func main() {
Expand Down

0 comments on commit 924f241

Please sign in to comment.