Skip to content

Commit

Permalink
APPS-1471-fix-dir-validation
Browse files Browse the repository at this point in the history
- test ports
  • Loading branch information
filkeith committed Jan 22, 2025
1 parent faf7f82 commit 78a0f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/aerospike/xdr/tcp_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func TestTCPServer_DoubleStart(t *testing.T) {
logger := slog.New(slog.NewTextHandler(os.Stdout, nil))

cfg := NewDefaultTCPConfig()
cfg.Address = ":8087"

srv := NewTCPServer(
cfg,
Expand All @@ -141,6 +142,7 @@ func TestTCPServer_DoubleStop(t *testing.T) {
logger := slog.New(slog.NewTextHandler(os.Stdout, nil))

cfg := NewDefaultTCPConfig()
cfg.Address = ":8086"

srv := NewTCPServer(
cfg,
Expand Down

0 comments on commit 78a0f99

Please sign in to comment.