48f4ee9268
functional: create symlinks for build
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-04-12 16:05:36 -07:00
56a9778bc2
functional: initial commit (copied from master)
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2018-04-12 13:19:22 -07:00
f393b1459a
functional: remove functional
2014-09-25 11:34:39 -07:00
b66a40495d
raft: introduce Node interface
2014-09-17 14:18:56 -07:00
ab61a8aa9a
*: init for on disk snap support
2014-09-17 13:56:12 -07:00
f786de13d0
Merge pull request #1081 from unihorn/125
...
make TTL work
2014-09-16 15:14:44 -07:00
023dc7cba2
etcdserver: add SYNC request
2014-09-16 13:42:03 -07:00
67e57ffca4
etcdserver: split out client and server listeners
2014-09-16 11:36:37 -07:00
e04c028d64
etcdserver/etcdhttp: switch to using http.ServeMux
2014-09-15 16:05:20 -07:00
8a5ab2ec06
etcdserver: introduce Server interface
...
This changes etcdserver.Server to an interface, with the former Server
(now "EtcdServer") becoming the canonical/production implementation.
This will facilitate better testing of the http server et al with mock
implementations of the interface.
It also more clearly defines the boundary for users of the Server.
2014-09-15 15:11:01 -07:00
07ce8bc4bc
etcdserver: split out functional test to new package
2014-09-09 11:18:24 -07:00