summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-08-16 14:06:48 +0900
committerNobuaki Sukegawa <nsukeg@gmail.com>2016-08-20 18:34:57 +0900
commitfd02a30e5874c9b3d4e79f0d32289e74351b3e67 (patch)
tree0fb951c5d527e863f8a0a29614d588987df776b2 /test/go
parent2007783e874d524a46b818598a45078448ecc53e (diff)
downloadthrift-fd02a30e5874c9b3d4e79f0d32289e74351b3e67.tar.gz
THRIFT-3883 Go TestAllConnection fails with port 9090 collision
This closes #1066
Diffstat (limited to 'test/go')
-rw-r--r--test/go/src/common/clientserver_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/src/common/clientserver_test.go b/test/go/src/common/clientserver_test.go
index 2a9d5e9b9..549e8d1eb 100644
--- a/test/go/src/common/clientserver_test.go
+++ b/test/go/src/common/clientserver_test.go
@@ -39,7 +39,7 @@ type test_unit struct {
}
var units = []test_unit{
- {"127.0.0.1", 9090, "", "", "binary", false},
+ {"127.0.0.1", 9095, "", "", "binary", false},
{"127.0.0.1", 9091, "", "", "compact", false},
{"127.0.0.1", 9092, "", "", "binary", true},
{"127.0.0.1", 9093, "", "", "compact", true},