summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_exec_resize_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-2/+2
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: Fix `SA1019: httputil.ClientConn is deprecated`HuanHuan Ye2019-10-221-2/+2
* integration-cli: use constants for http methodsSebastiaan van Stijn2019-10-131-1/+1
* integration-cli: fix capitalization of variables and errors (golint)Sebastiaan van Stijn2019-09-181-6/+7
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-2/+2
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-5/+5
* integration-cli: remove deprecated daemonHost() utilitySebastiaan van Stijn2019-01-211-1/+1
* Fix race condition between exec start and resizeDavid Wang2018-06-081-7/+8
* fix and skip some tests based on API versionAnda Xu2018-05-151-1/+6
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-1/+1
* Stop using deprecated SockRequestStanislav Bondarenko2017-08-231-6/+9
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+1
* Update request.* signature to remove the hostVincent Demeester2017-03-061-1/+1
* Convert request.SockRequestRaw to appropriate methodsVincent Demeester2017-02-281-1/+1
* Add a new request package in integration-cliVincent Demeester2017-01-031-4/+5
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* [nit] integration-cli: obey Go's naming conventionAkihiro Suda2016-09-301-1/+1
* Windows: Enable a couple of exec testsJohn Howard2016-08-301-2/+0
* Remove exec-driver global daemon option.David Calavera2015-11-051-1/+0
* cleaned up integration-cli/docker_api_exec_resize_test.goZachary Jaffee2015-10-161-2/+3
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+2
* move the assertions outside of the goroutineShijiang Wei2015-08-051-38/+61
* Skip DockerSuite.TestExecResizeImmediatelyAfterExecStart on lxcChris Seto2015-07-271-0/+2
* fix the panic caused by resizing a starting execShijiang Wei2015-07-241-0/+60
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-6/+1
* Fixing statusCode checks for sockRequestMegan Kostick2015-04-231-6/+2
* Use suite for integration-cliAlexander Morozov2015-04-211-8/+6
* Fix errors due changed sockRequest signatureAlexander Morozov2015-04-131-1/+5
* fix api server resize&execResizeAntonio Murdaca2015-04-131-0/+25