utahta / go-test-hangs-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test hangs on GAE/Go

required

Install

Install gcloud sdk

$ curl https://sdk.cloud.google.com | bash
$ exec -l $SHELL
$ gcloud init

Install app engine sdk

$ gcloud components install app-engine-go
$ chmod +x /path/to/google-cloud-sdk/platform/google_appengine/go*

Install go-test-hangs-sample

$ mkdir -p $GOPATH/src/github.com/utahta
$ cd $GOPATH/src/github.com/utahta
$ git clone https://github.com/utahta/go-test-hangs-sample.git

Install libraries

$ cd go-test-hangs-sample
$ dep ensure

Hangs

$ goapp test -v ./bar ./foo

About


Languages

Language:Go 100.0%