Skip to content

Commit

Permalink
Merge pull request #147 from feiskyer/streaming
Browse files Browse the repository at this point in the history
Fix streaming validation tests
  • Loading branch information
feiskyer authored Sep 28, 2017
2 parents 055ff3b + b27ad5f commit 591f9a9
Show file tree
Hide file tree
Showing 33 changed files with 3,060 additions and 631 deletions.
35 changes: 0 additions & 35 deletions hack/godep-save.sh

This file was deleted.

4 changes: 4 additions & 0 deletions pkg/validate/streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ func createDefaultExec(c internalapi.RuntimeService, containerID string) string
req := &runtimeapi.ExecRequest{
ContainerId: containerID,
Cmd: []string{"echo", "hello"},
Stdout: true,
Stderr: true,
}

resp, err := c.Exec(req)
Expand Down Expand Up @@ -176,6 +178,8 @@ func createDefaultAttach(c internalapi.RuntimeService, containerID string) strin
req := &runtimeapi.AttachRequest{
ContainerId: containerID,
Stdin: true,
Stdout: true,
Stderr: true,
Tty: false,
}

Expand Down
7 changes: 5 additions & 2 deletions vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ github.com/go-openapi/swag 1d0bd113de87027671077d3c71eb3ac5d7dbba72
github.com/gogo/protobuf c0656edd0d9eab7c66d1eb0c568f9039345796f7
github.com/golang/glog 44145f04b68cf362d9c4df2182967c2275eaefed
github.com/golang/protobuf 4bd1920723d7b7c925de087aa32e2187708897f7
github.com/google/btree 316fb6d3f031ae8f4d457c6c5186b9e3ded70435
github.com/google/gofuzz 44d81051d367757e1c7c6a5a86423ece9afcf63c
github.com/gregjones/httpcache c1f8028e62adb3d518b823a2f8e6a95c38bdd3aa
github.com/json-iterator/go f8eb43eda36e882db58fb97d663a9357a379b547
github.com/juju/ratelimit 5b9ff866471762aa2ab2dced63c9fb6f53921342
github.com/mailru/easyjson d5b7844b561a7bc640052f1b935f7b800330d7e0
github.com/onsi/ginkgo 67b9df7f55fe1165fd9ad49aca7754cce01a42b8
github.com/onsi/gomega d59fa0ac68bb5dd932ee8d24eed631cdd519efc3
github.com/pborman/uuid ca53cad383cad2479bbba7f7a1a05797ec1386e4
github.com/peterbourgon/diskv 5f041e8faa004a95c88a202771f4cc3e991971e6
github.com/spf13/pflag 9ff6c6923cfffbcd502984b8e0c80539a94968b7
github.com/ugorji/go ded73eae5db7e7a0ef6f55aace87a2873c5d2b74
github.com/urfave/cli 7fb9c86b14e6a702a4157ccb5a863f07d844a207
Expand All @@ -34,7 +37,7 @@ gopkg.in/inf.v0 v0.9.0
gopkg.in/yaml.v2 53feefa2559fb8dfa8d81baad31be332c97d6c77
k8s.io/api 0b011bb8613011ab0909c6a759d9d811dc21a156
k8s.io/apimachinery 1168e538ea3ccf444854d1fdd5681d2d876680a7
k8s.io/client-go db8228460e2de17f5d3a9a453f61dde0ba86545a
k8s.io/client-go 82aa063804cf055e16e8911250f888bc216e8b61
k8s.io/kube-openapi abfc5fbe1cf87ee697db107fdfd24c32fe4397a8
k8s.io/kubernetes 5a4d1ddeae14cac6343faef966048916d92d1c75
k8s.io/kubernetes acbfde39148a5545c9a09bcf3f5f295ca2f7e376
k8s.io/utils 4fe312863be2155a7b68acd2aff1c9221b24e68c
130 changes: 0 additions & 130 deletions vendor/github.com/docker/distribution/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/github.com/docker/distribution/vendor.conf

This file was deleted.

60 changes: 0 additions & 60 deletions vendor/github.com/docker/docker/hack/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 591f9a9

Please sign in to comment.