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
Dale Hui
1b840d9c79
Remove unused invalid formatter
2018-01-21 02:04:36 -08:00
Dale Hui
97ef1b8393
Remove redundant delay since the readyFn is sufficient
2018-01-20 00:11:35 -08:00
Dale Hui
7159f40304
Update all *DockerContainer receivers to handle nil
...
- Use errors.New() instead of fmt.Errorf() if no formatter string is needed
- Spacing changes due to `go fmt`
2018-01-19 14:22:55 -08:00
Taylor Wrobel
aebc0c3cdd
Merge port mapping helper functions into one
2017-07-07 23:12:07 -07:00
Taylor Wrobel
88115dedbf
Support running docker with commands and handling multiple exposed ports
...
Adds the ability to specify a series of commands to run as part
of the docker image execution, and allows for retrieving a mapping
of an exposed via the port bound within the container.
2017-07-07 23:12:07 -07:00
Jolan Malassigne
28524d977c
add cassandra driver and function to retrieve networkSettings to get port bound to 9042
2017-05-31 10:05:56 +02:00
Matthias Kadenbach
be1ba9204a
add mysql driver, add ENV to docker containers
2017-02-28 15:10:56 -08:00
Matthias Kadenbach
3291f3f891
add comment
2017-02-16 11:18:02 -08:00
Matthias Kadenbach
cfe3d2a83e
add example for parallelTest
2017-02-09 19:52:50 -08:00
Matthias Kadenbach
297a4227ef
fixing travis
2017-02-08 01:49:57 -08:00
Matthias Kadenbach
ee384ed8cc
initial version 3.0.0 preview
...
hard work
2017-02-07 22:01:29 -08:00