migrate/testing
Dale Hui d549fd5265 Fix memory leak in tests
- Stop leaking tickers. As the docs state, using time.Tick() will leak tickers,
      so use time.NewTicker() with time.Ticker.Stop().
    - Be more efficient by using time.NewTimer() with time.Timer.Stop() instead of time.After().
2019-01-05 13:52:25 -08:00
..
docker.go Update all *DockerContainer receivers to handle nil 2018-01-19 14:22:55 -08:00
testing.go Fix memory leak in tests 2019-01-05 13:52:25 -08:00
testing_test.go add mysql driver, add ENV to docker containers 2017-02-28 15:10:56 -08:00