Skip to content

Commit

Permalink
chore: change dial port
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Jan 17, 2024
1 parent b7787fe commit e1a72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/greptimedbcluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func playground() error {
case err := <-errCh:
return err
default:
_, err := net.Dial("tcp", "localhost:4002")
_, err := net.Dial("tcp", "localhost:4003")
if err == nil {
_ = cmd.Process.Signal(os.Interrupt)
return nil
Expand Down

0 comments on commit e1a72e9

Please sign in to comment.