[
https://issues.apache.org/jira/browse/THRIFT-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14157645#comment-14157645
]
Jake Farrell commented on THRIFT-2761:
--------------------------------------
I had the same issue until i updated my vagrant and virtualbox to the latest
versions, this issue was fixed in [1] in august. Seeing make check pass in
test/go. Please test and confirm
{code}
vagrant@vagrant-ubuntu-trusty-64:/thrift/test/go$ make check
GOPATH=`pwd` /usr/bin/go test -v common/...
=== RUN TestAllConnection
--- PASS: TestAllConnection (0.37 seconds)
clientserver_test.go:50: common.test_unit{host:"127.0.0.1", port:9090,
domain_socket:"", transport:"", protocol:"binary", ssl:false}
clientserver_test.go:50: common.test_unit{host:"127.0.0.1", port:9091,
domain_socket:"", transport:"", protocol:"compact", ssl:false}
clientserver_test.go:50: common.test_unit{host:"127.0.0.1", port:9092,
domain_socket:"", transport:"", protocol:"binary", ssl:true}
clientserver_test.go:50: common.test_unit{host:"127.0.0.1", port:9093,
domain_socket:"", transport:"", protocol:"compact", ssl:true}
PASS
ok common 0.381s
{code}
[1]: https://github.com/mitchellh/vagrant/issues/713
> go make crashes with Trusty Vagrantfile
> ---------------------------------------
>
> Key: THRIFT-2761
> URL: https://issues.apache.org/jira/browse/THRIFT-2761
> Project: Thrift
> Issue Type: Sub-task
> Components: Go - Library
> Affects Versions: 0.9.2
> Environment: all
> Reporter: Randy Abernethy
> Fix For: 0.9.2
>
>
> The test/go/Makefile.am uses ln -s and symlinks are not supported in Vagrant
> host shared volumes like /thrift
> We (GO people) need to update the Makefile.am
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)