mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
1. proc.ExpectRegex returns the result of regexp.MatchReader, which does not return error even if there is no match of regex. This fixes it by checking the boolean value and if the boolean value is false, it returns error. 2. Adds more tests and finishes coreos#4259. 3. When we do the regex match correctly, curl request through SSL returns error. For the purpose of debugging, I changed it to log without failing the tests. etcdctl with SSL works fine. 4. Add // TODO: 'watch' sometimes times out in Semaphore CI environment but works fine in every other environments. 5. increase test time
2.9 KiB
Executable File
2.9 KiB
Executable File