You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/08/16 05:07:21 UTC

[jira] [Commented] (THRIFT-3883) Go TestAllConnection can fail with port 9090 collision

    [ https://issues.apache.org/jira/browse/THRIFT-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422178#comment-15422178 ] 

Aki Sukegawa commented on THRIFT-3883:
--------------------------------------

Recently it's happening for most builds. A possible contributing factor is Travis-CI image change.

{quote}
Due to the outage earlier today, https://www.traviscistatus.com/incidents/2p40l49r3yxd, many users are seeing builds fail due to differences in the new default sudo-enabled Precise and Trusty images. (...)
Aug 9, 23:48 UTC
{quote}
https://www.traviscistatus.com/

> 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
>              Labels: test-stability
>
> 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)