jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 715 forks source link

support customize ntp server #408

Open ChinaXing opened 5 years ago

ChinaXing commented 5 years ago

https://github.com/jepsen-io/jepsen/blob/4dd4a7e128e74d4640c3e2de74a41e91ca359e54/jepsen/src/jepsen/nemesis/time.clj#L74

the hard code time server is : time.google.com, maybe cannot connected in other DataCenter,

it is better customizable ;)

ChinaXing commented 5 years ago

413 fixed this