Skip to content

Commit

Permalink
tests: better name for the vscode launch.json (pingcap#50827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored Jan 30, 2024
1 parent be57d2f commit 789cd3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integrationtest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ or
```sh
make integrationtest
```

It will identify execute plan change.

### Generate New Result from Execute
Expand All @@ -69,7 +70,7 @@ cd tests/integrationtest
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"name": "Debug TiDB With Default Config",
"type": "go",
"request": "launch",
"mode": "auto",
Expand All @@ -86,4 +87,4 @@ cd tests/integrationtest

### Goland

You could follow https://pingcap.github.io/tidb-dev-guide/get-started/setup-an-ide.html#run-or-debug to run a `TiDB-Server` with or without `TiKV`. Then use any mysql client application you like to run SQLs.
You could follow <https://pingcap.github.io/tidb-dev-guide/get-started/setup-an-ide.html#run-or-debug> to run a `TiDB-Server` with or without `TiKV`. Then use any mysql client application you like to run SQLs.

0 comments on commit 789cd3e

Please sign in to comment.