Commit History

Author SHA1 Message Date
  Sebastiaan van Stijn 0fabf3e41e integration-cli: remove unneeded fmt.Sprintf() in asserts 5 years ago
  Tibor Vass 7813dfe9d7 rm-gocheck: goimports 5 years ago
  Tibor Vass a2024a5470 rm-gocheck: convert check.Commentf to string - with multiple args 5 years ago
  Tibor Vass 59e55dcdd0 rm-gocheck: run goimports to compile successfully 5 years ago
  Tibor Vass 2743e2d8bc rm-gocheck: IsNil 5 years ago
  Tibor Vass 230f7bcc02 rm-gocheck: normalize to use checker 5 years ago
  Tibor Vass 1d92789b4f rm-gocheck: check.C -> testing.T 5 years ago
  Tibor Vass 1f69c62540 rm-gocheck: c.Assert(...) -> assert.Assert(c, ...) 5 years ago
  Sebastiaan van Stijn 0595c01718 switch kr/pty to creack/pty v1.1.7 6 years ago
  Sebastiaan van Stijn 6345208b9b Replace some checkers and assertions with gotest.tools 6 years ago
  Sebastiaan van Stijn 43b15e924f Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 6 years ago
  Kir Kolyshkin 9f3a343a51 integration-cli: fix TestAttachDetach, rm TestAttachDetachTruncatedID 6 years ago
  Daniel Nephin 847b610620 Fix TestAttachAfterDetach to work with latest client 7 years ago
  Christopher Crone f089a1df39 Skip some tests for E2E 7 years ago
  Vincent Demeester 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
  Tonis Tiigi 9d8f01b4f5 Improve TestAttachClosedOnContainerStop 8 years ago
  Daniel Nephin d7022f2b46 Create a unified RunCommand function with Assert() 9 years ago
  Arnaud Porterie a943c40150 Improve remote integration-cli tests 9 years ago
  Zhang Wei 62a856e912 Assert error in body of function `inspectField*` 9 years ago
  Justas Brazauskas 927b334ebf Fix typos found across repository 9 years ago
  Wen Cheng Ma f4abc6406e Using checkers assert for integration-cli/docker_cli_attach_unix_test.go 9 years ago
  Vincent Demeester 50852f3be3 Fix TestAttachClosedOnContainerStop racey test 9 years ago
  Vincent Demeester 799d9605d6 Remove/Comment time.Sleep in integration tests 10 years ago
  Vincent Demeester 5c295460da Use dockerCmd when possible (#14603) 10 years ago
  Antonio Murdaca 4203230cbb c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel 10 years ago
  David Mackey 3941623fbc trivial: typo cleanup 10 years ago
  Alexander Morozov dc944ea7e4 Use suite for integration-cli 10 years ago
  bobby abbott 621b601b3c Removed unnecessary error output from dockerCmd 10 years ago
  Brian Goff 28cda04838 Move TestAttachDetachTruncatedID to integration-cli 10 years ago
  Brian Goff ae0883ce00 Move TestAttachDetach to integration-cli 10 years ago