summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_attach_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: rename vars that collided with importsSebastiaan van Stijn2023-04-031-6/+6
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* integration-cli: Enable TestGetContainersAttachWebsocket for WindowsOlli Janatuinen2022-07-251-2/+1
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-4/+4
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-121-0/+3
* Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-081-3/+3
|\
| * test: add buffer to prevent goroutine leakZiheng Liu2020-02-271-3/+3
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-1/+2
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: Fix `SA1019: httputil.ClientConn is deprecated`HuanHuan Ye2019-10-221-50/+81
* integration-cli: use constants for http methodsSebastiaan van Stijn2019-10-131-6/+6
* integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-2/+2
* 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-4/+4
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-35/+36
* integration-cli: remove deprecated daemonHost() utilitySebastiaan van Stijn2019-01-211-7/+7
* Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-031-1/+1
* Merge pull request #36612 from kolyshkin/t-attachYong Tang2018-05-081-5/+13
|\
| * TestPostContainerAttach: minor improvementsKir Kolyshkin2018-05-031-5/+13
* | Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
|/
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-9/+49
* Stop using deprecated SockRequestStanislav Bondarenko2017-08-231-3/+6
* Remove testutil.ReadBodyDaniel Nephin2017-08-221-2/+1
* Fix Cache with ONBUILDDaniel Nephin2017-06-061-1/+1
* Add a new request package in integration-cliVincent Demeester2017-01-031-15/+14
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-3/+3
* Extract daemon to its own packageVincent Demeester2016-12-091-1/+2
* Add Logs to ContainerAttachOptionsAndy Goldstein2016-10-191-0/+39
* Swarm integration testsTonis Tiigi2016-06-131-2/+2
* Return remote API errors as JSONBen Firshman2016-06-071-2/+2
* Let client print error when speicify wrong detach keysZhang Wei2016-04-041-4/+11
* Fix flaky TestGetContainersAttachWebsocketTonis Tiigi2016-03-311-1/+1
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Correct the message of ErrorCodeNoSuchContainer to "No such container"Wen Cheng Ma2015-12-041-2/+2
* refacter attach API tests to use checkersShijiang Wei2015-10-271-42/+26
* fix the flaws in the test of the attach APIShijiang Wei2015-10-111-111/+65
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+3
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-12/+3
* Port POST container attach testsMegan Kostick2015-07-091-0/+132
* Fix regression in containers attach/wsattach api, return not found before hij...Antonio Murdaca2015-07-011-0/+22
* Update vendored go.net to use golang.org/x/net canonical pathTibor Vass2015-06-161-2/+1
* Remove c.Fatal from goroutine in TestGetContainersAttachWebsocketAntonio Murdaca2015-04-271-11/+25
* Use suite for integration-cliAlexander Morozov2015-04-211-12/+10
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-1/+2
* docker_api_attach_test: fix WS test to use DOCKER_TEST_HOST if specifiedAhmet Alp Balkan2015-02-121-2/+2
* Adds test for api attach via websocketAndrew C. Bodine2015-01-211-0/+66