Cory Snider

Results 223 comments of Cory Snider

@thaJeztah your branch LGTM; push away! I have no strong feelings either way regarding the newline in the timeout msg.

I can reproduce this with v22.06.0-beta.0-200-g98d8343aa2

_Possibly_ related? - https://github.com/moby/moby/issues/20435

``` === FAIL: amd64.integration-cli TestDockerSuite/TestExecAPIStartValidCommand (0.96s) docker_api_exec_test.go:187: assertion failed: inspectJSON.ExecIDs is not nil --- FAIL: TestDockerSuite/TestExecAPIStartValidCommand (0.96s) ``` This test passed in the prior CI run so it's ~likely~ some...

> > Full clones would be the new default, following the principle of least surprise. Users would need to opt into shallow clones, explicitly accepting all the caveats and limitations...

`t.Helper()` does the trick: ```console root@fbf8cd893314:/go/src/github.com/docker/docker# go test -run TestNetworkDBNodeJoinLeaveIteration ./libnetwork/networkdb/ --- FAIL: TestNetworkDBNodeJoinLeaveIteration (3.81s) networkdb_test.go:510: timeout hit after 3s: current number of nodes is 1, expect 42. FAIL FAIL...

The client sets the metadata on the request before calling the interceptor, and the method to set the metadata on the request is unexported, so interceptors cannot alter the request's...

The drivers are responsible for setting MTU. And the only drivers today which do so are bridge and overlay. I much prefer the idea of introducing a new "Max MTU"...