etcd/integration
fanmin shi 8ef6687018 etcdserver: fix a node panic bug caused LeaseTimeToLive call on a nonexistent lease
When the non Leader etcd server receives a LeaseTimeToLive on a nonexistent lease, it responds with a nil resp and a nil error The invoking function parses the nil resp and results a segmentation fault.
I fix the bug by making sure the lease not found error is returned so that the invoking function parses the the error message instead.

fix #6537
2016-09-27 17:46:30 -07:00
..
2016-05-12 20:51:48 -07:00
2016-05-23 14:45:08 -07:00
2016-05-12 20:51:48 -07:00
2016-05-12 20:51:48 -07:00