livepeer / go-livepeer-basicnet

Basic p2p video streaming for Livepeer
MIT License
18 stars 8 forks source link

Split up common test code, add Makefile for standalone testing #35

Closed j0sh closed 6 years ago

j0sh commented 6 years ago

This PR extracts a few of the more unrelated testing changes from https://github.com/livepeer/go-livepeer-basicnet/pull/32 for easier, standalone review

j0sh commented 6 years ago

Renamed the common file to utils_test in order to exclude it from the regular livepeer goclient build. Otherwise led to type errors due to having certain deps in different locations (basicnet global, goclient local vendored).

j0sh commented 6 years ago

Circle is failing for $reasons but tests are passing locally here.

ericxtang commented 6 years ago

reran it and it passed... 🚢