google / trillian

A transparent, highly scalable and cryptographically verifiable data store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis doesn't run "go test" without the short flag

mhutchinson opened this issue · comments

go test github.com/google/trillian/quota/etcd/quotaapi

This test command reliably fails for me. It doesn't on Travis. Looking into why, it's because Travis doesn't run the TestServer_UpdateConfig_Race test because we always provide the short test flag.