Brandon Philips
a86e3aa7d9
feat(test): add TLS tests
...
add some basic TLS tests
2013-08-11 08:51:27 -07:00
Xiang Li
6f388513fb
fix test
2013-08-11 00:41:03 -07:00
Xiang Li
ce3c55ba3f
refactor
2013-08-09 23:03:49 -07:00
Xiang Li
d3471eec7f
separate_id
2013-08-09 21:06:16 -07:00
Xiang Li
eadced5dc8
Merge branch 'separate-id' of https://github.com/philips/etcd into separate_id
2013-08-09 17:16:35 -07:00
Brandon Philips
a19048841f
feat(trasnport): add an independent node name
...
Don't let the raft algorithm know anything about the transport. Give it
a nodename instead. This will allow us to support more complex
networking setups in the future.
2013-08-09 17:09:57 -07:00
Xiang Li
fff8acaa22
fix conflict
2013-08-08 20:05:52 -07:00
Brandon Philips
1e62e92969
Merge pull request #73 from philips/fix-tests
...
fix(test): add sleep in createCluster
2013-08-08 16:48:12 -07:00
Brandon Philips
e0b8771950
fix(test): add sleep in createCluster
...
The problem is that if the master isn't up when the children start then
the children have to retry. This retry can take upwards of 15 seconds
which slows tests way down and some of them fail.
2013-08-08 16:44:10 -07:00
Brandon Philips
fd58cf8975
chore(*test.go): use 127.0.0.1
...
be polite and don't use public ip for listening during tests
2013-08-08 14:22:01 -07:00
Brandon Philips
04318ff1be
fix(etcd): rename ignore to force
...
It was suprising that the ignore file deleted node configuration. Change
the name to force!
2013-08-08 13:27:00 -07:00
Xiang Li
c39f7712f7
fix test
2013-08-06 23:28:59 -07:00
Xiang Li
d0e9449ba2
use url package to parse url; fix commented codes
2013-08-06 09:08:22 -07:00
Xiang Li
3683992183
CreateClient->NewClient
2013-08-02 09:54:59 -07:00
Xiang Li
e7f88579bd
change api due to go-etcd
2013-08-01 17:42:06 -07:00
Xiang Li
1bd8694fa3
add space
2013-07-31 14:35:54 -07:00
Xiang Li
46a2dcbe8e
add killRandom test
2013-07-31 13:55:28 -07:00
Xiang Li
00157ccdce
add killleader test and leader monitor func
2013-07-30 16:47:46 -07:00