Skip to content

Commit

Permalink
*: avoid use same port (#45215)
Browse files Browse the repository at this point in the history
close #45216
  • Loading branch information
hawkingrei authored Jul 7, 2023
1 parent b95b979 commit bcf1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tidb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@ func TestProxyProtocolWithIpFallbackable(t *testing.T) {

func TestProxyProtocolWithIpNoFallbackable(t *testing.T) {
cfg := util2.NewTestConfig()
cfg.Port = 4000
cfg.Port = 0
cfg.Status.ReportStatus = false
// Setup proxy protocol config
cfg.ProxyProtocol.Networks = "*"
Expand Down

0 comments on commit bcf1447

Please sign in to comment.