Ethan Chu
90b67f115c
Add `AddAccessibleService` to testutil
...
`AddAccessibleService` works just like `AddService` but also passing
"address" and "port". It is helpfu when you need to prepare a
fakeService that will be accessed later in target source code.
2017-05-01 13:56:48 -07:00
Seth Vargo
3077d0f68c
Reduce coupling with testing.T
...
This reduces the coupling with testing.T, allowing many of the
server's startup-related functions to return an error. This makes them
more re-usable.
2017-03-23 18:41:19 -04:00
Sean Chittenden
72f7a4061c
Misc comment improvements
2016-06-20 15:29:38 -07:00
Sean Chittenden
3c909585df
Clean up the test example in README
...
This works without an import cycle and has been `go fmt`'ified
2016-04-23 20:18:45 -07:00
Sean Chittenden
65f9017c63
Update Check API to use constants
...
Use constants where appropriate to advocate their use. Also add a deprecation notice re: `updateTTL`.
2016-04-23 16:01:59 -07:00
Ryan Uber
2fb1bc931e
testutil: key leader wait on bootstrap flag
2015-05-08 18:16:35 -07:00
Ryan Uber
952fedf3d6
testutil: allow skipping leader wait, update example
2015-05-08 18:11:25 -07:00
Ryan Uber
2773926285
testutil: add a readme with sample usage
2015-04-22 20:46:59 -07:00