Kubernetes Submit Queue
e4724e8ab0
Merge pull request #37109 from Random-Liu/fix-lifecycle-hook-test
...
Automatic merge from submit-queue
Use netexec container in http lifecycle hook test.
Fixes https://github.com/kubernetes/kubernetes/issues/33636 .
The original test is using `"echo -e \"HTTP/1.1 200 OK\n\" | nc -l -p 1234` as a simple http server.
However, it seems that this is not very reliable, which may response before golang thinks it should.
So we get the error:
```
I1106 06:14:13.325397 2096 logs.go:41] Unsolicited response received on idle HTTP channel starting with "HTTP/1.1 200 OK\n\n"; err=<nil>
```
This PR changes the test to use the `netexec` container which is a simple http server written by golang and used in many of our networking e2e test. It should be more reliable.
Mark 1.5 since this is fixing a 1.5 release blocking issue. Mark P0 to match the original issue.
@dchen1107
2016-11-22 12:41:37 -08:00
..
2016-10-21 17:32:32 -07:00
2016-11-18 11:21:23 -08:00
2016-11-22 12:41:37 -08:00
2016-11-18 11:24:19 -08:00
2016-10-21 17:32:32 -07:00
2016-11-17 20:50:56 -08:00
2016-11-09 09:19:15 -08:00
2016-10-23 22:00:35 +02:00
2016-11-19 19:40:08 +01:00
2016-11-18 23:03:54 -08:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-04 13:13:30 +01:00
2016-10-23 22:00:35 +02:00
2016-10-25 13:23:17 -07:00
2016-11-18 11:21:23 -08:00
2016-11-07 10:14:12 +01:00
2016-10-23 22:00:35 +02:00
2016-11-18 11:21:23 -08:00
2016-10-23 22:00:35 +02:00
2016-11-17 16:43:35 +01:00
2016-11-22 04:03:38 -08:00
2016-11-11 22:30:56 +01:00
2016-11-09 09:20:51 -08:00
2016-11-21 11:54:47 -08:00
2016-10-23 22:00:35 +02:00
2016-09-15 18:38:01 -04:00
2016-09-15 18:38:01 -04:00
2016-11-17 16:43:35 +01:00
2016-10-23 22:00:35 +02:00
2016-11-03 22:31:39 -07:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-07 22:33:47 -08:00
2016-11-18 14:44:06 -08:00
2016-11-18 14:44:06 -08:00
2016-11-18 14:44:06 -08:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-18 14:44:06 -08:00
2016-11-18 14:44:06 -08:00
2016-10-23 22:00:35 +02:00
2016-11-18 14:44:06 -08:00
2016-10-04 20:39:29 -07:00
2016-10-24 05:38:43 -07:00
2016-10-23 22:00:35 +02:00
2016-11-07 10:14:12 +01:00
2016-07-30 00:07:02 -04:00
2016-10-19 15:55:39 +02:00
2016-06-29 17:47:36 -07:00
2016-11-22 14:52:33 +01:00
2016-10-23 22:00:35 +02:00
2016-10-28 10:06:31 -07:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-19 12:43:14 -08:00
2016-11-12 22:27:37 +01:00
2016-11-21 11:58:15 -08:00
2016-11-18 11:21:23 -08:00
2016-11-10 18:01:58 -08:00
2016-11-14 15:12:55 -08:00
2016-10-23 22:00:35 +02:00
2016-11-17 16:43:35 +01:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-27 17:25:10 -07:00
2016-10-23 22:00:35 +02:00
2016-11-21 11:21:32 +02:00
2016-10-19 15:55:39 +02:00
2016-10-23 22:00:35 +02:00
2016-11-02 21:50:59 -07:00
2016-11-14 13:22:07 +01:00
2016-10-28 10:15:13 -07:00
2016-10-29 13:30:47 -07:00
2016-10-24 20:18:42 -05:00
2016-11-21 11:46:34 +02:00
2016-10-23 22:00:35 +02:00
2016-11-03 15:53:04 -07:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-02 10:30:09 +01:00
2016-10-23 22:00:35 +02:00
2016-11-02 10:30:09 +01:00
2016-11-09 09:17:05 -08:00
2016-11-03 16:55:38 -07:00
2016-10-23 22:00:35 +02:00
2016-11-21 01:43:14 -08:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-11-08 15:08:14 +01:00
2016-10-23 22:00:35 +02:00
2016-10-19 15:55:39 +02:00
2016-10-23 22:00:35 +02:00
2016-10-23 22:00:35 +02:00
2016-06-29 17:47:36 -07:00
2016-10-23 22:00:35 +02:00
2016-11-04 14:06:11 -07:00