[
https://issues.apache.org/jira/browse/THRIFT-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aki Sukegawa resolved THRIFT-3883.
----------------------------------
Resolution: Fixed
Assignee: Aki Sukegawa
Fix Version/s: 0.10.0
committed a quick workaround.
> Go TestAllConnection can fail with port 9090 collision
> ------------------------------------------------------
>
> Key: THRIFT-3883
> URL: https://issues.apache.org/jira/browse/THRIFT-3883
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library, Test Suite
> Environment: Travis-CI
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Labels: test-stability
> Fix For: 0.10.0
>
>
> Just observed a new type of flaky test on Travis-CI.
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/145533626/log.txt
> {code}
> GOPATH=`pwd` /usr/local/go/bin/go test -v common/...
> === RUN TestAllConnection
> --- FAIL: TestAllConnection (0.00s)
> clientserver_test.go:51: common.test_unit{host:"127.0.0.1", port:9090,
> domain_socket:"", transport:"", protocol:"binary", ssl:false}
> clientserver_test.go:65: Unable to start server%!(EXTRA
> *net.OpError=listen tcp 127.0.0.1:9090: bind: address already in use)
> FAIL
> exit status 1
> FAIL common 0.004s
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)