forked from etcd-io/etcd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: check regexp.MatchReader return, curl SSL issue
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
- Loading branch information
Showing
3 changed files
with
330 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.