Ethan Chu
90fe8b3418
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
3d830b3676
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
b3df5d3a87
Misc comment improvements
2016-06-20 15:29:38 -07:00
Sean Chittenden
a3254522fe
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
e63d3a1275
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
480c189d9a
testutil: key leader wait on bootstrap flag
2015-05-08 18:16:35 -07:00
Ryan Uber
04d73628d1
testutil: allow skipping leader wait, update example
2015-05-08 18:11:25 -07:00
Ryan Uber
5d69e0e123
testutil: add a readme with sample usage
2015-04-22 20:46:59 -07:00