Skip to content

Commit

Permalink
modify test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao authored and ti-chi-bot committed Feb 6, 2023
1 parent 2ae9f46 commit 9454c51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/tidb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,9 @@ func TestSandBoxMode(t *testing.T) {
}
}

func TestIssue40979(t *testing.T) {
// See: https://github.com/pingcap/tidb/issues/40979
// Reusing memory of `chunk.Chunk` may cause some systems variable's memory value to be modified unexpectedly.
func TestChunkReuseCorruptSysVarString(t *testing.T) {
ts := createTidbTestSuite(t)

db, err := sql.Open("mysql", ts.getDSN())
Expand Down

0 comments on commit 9454c51

Please sign in to comment.